1. 19 Sep, 2012 1 commit
    • Martin Blix Grydeland's avatar
      Set TCP_NODELAY on the accepted sockets to disable Nagle. · 249add59
      Martin Blix Grydeland authored
      This should not have any impact on the "normal" deliveries, as these
      will as before be done through a single writev operation.
      
      For deliveries involving chunked encoding (e.g. ESI or gunzip), this
      should prevent an unnecessary delay where the Nagle algorithm kicks in
      on the end-chunk write. This should give higher throughput and better
      utilization of a single connection, especially for clients not doing
      pipelining.
      249add59
  2. 18 Sep, 2012 1 commit
  3. 17 Sep, 2012 1 commit
  4. 14 Sep, 2012 1 commit
  5. 09 Sep, 2012 1 commit
  6. 08 Sep, 2012 2 commits
  7. 07 Sep, 2012 6 commits
  8. 06 Sep, 2012 6 commits
  9. 05 Sep, 2012 1 commit
  10. 04 Sep, 2012 1 commit
  11. 03 Sep, 2012 7 commits
  12. 28 Aug, 2012 6 commits
  13. 27 Aug, 2012 6 commits