1. 10 Dec, 2018 1 commit
    • Deomid Ryabkov's avatar
      Ensure that user sees all the data before connection is closed · e2dfac94
      Deomid Ryabkov authored
      If user throttles receive by setting recv_mbuf_limit,
      after the net interface reports connection as closed we must wait
      for data to trickle through before disposing of it.
      There can still b data in the buffers (e.g. SSL).
      
      CL: mg: Ensure that user sees all the data before connection is closed
      
      PUBLISHED_FROM=22be0fa368950a9fdb03cfb00febc7c0a1674b01
      e2dfac94
  2. 07 Dec, 2018 1 commit
  3. 06 Sep, 2018 1 commit
    • Deomid Ryabkov's avatar
      Refactor mg polling · 421e099f
      Deomid Ryabkov authored
       * Change return type of mg_mgr_poll to return number of events
       * Add mg_mgr_min_timer
       * Refactor main poll loop to remove LwIP-specific stuff
      
      CL: Refactor mg polling
      
      PUBLISHED_FROM=dc94618b32fa3c84a2f053bd04d134297780ec82
      421e099f
  4. 05 Feb, 2018 1 commit
    • Dmitry Frank's avatar
      Remove "mongoose" prefix from includes · c3d9d17e
      Dmitry Frank authored
      In certain files it was necessary to make tests work from public
      mongoose repo, so this commit makes things consistent.
      
      PUBLISHED_FROM=694454d0ff007229c65d524a2a2beaf126420f15
      c3d9d17e
  5. 02 Feb, 2018 3 commits