https://bz.apache.org/bugzilla/show_bug.cgi?id=66019

--- Comment #12 from Yann Ylavic <ylavic....@gmail.com> ---
Created attachment 38256
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38256&action=edit
Handle TCP_CORK vs TCP_NOPUSH peculiarities

>From the network traces, it seems that TCP packets are not PSH-ed appropriately
on OSX, the last packet could be retained in the TCP stack until the connection
is closed.

We may need to handle TCP_CORK on Linux and TCP_NOPUSH on BSDs/OSX differently
in the core output filter, could you please try this patch on your system?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to