https://bz.apache.org/bugzilla/show_bug.cgi?id=61616
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35431|0 |1 is obsolete| | Attachment #35443|0 |1 is obsolete| | Attachment #35447|0 |1 is obsolete| | --- Comment #39 from Yann Ylavic <[email protected]> --- Created attachment 35620 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35620&action=edit Read buffer size and flush threshold tuning (v2) Thanks for the details. I was able to reproduce and the issue came from the socket timeout set to zero in ap_core_output_filter(), and later used for apr_poll() in send_brigade_blocking() (i.e. poll() was asked for immediate POLLOUT availability and timeouted otherwise, e.g. not on localhost...). Fixed in this v2 by passing the (original) timeout to send_brigade_blocking(). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
