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

--- Comment #4 from Yann Ylavic <ylavic....@gmail.com> ---
Bernard, is this with high concurrency scenario or it can be reproduced with a
single/few requests?

Looking at the stacktrace, the most probable looping threads are numbers 60 to
62, thus ap_filter_output_pending(). Is the endless loop internal to this
function or MPM event's process_socket() is calling it endlessly?

If I can't reproduce with a simple scenario, could you please debug that loop
(latest trunk) and determine why ap_filter_output_pending() either never ends
or keeps returning OK? It should stop (DECLINED) when the socket is completely
flushed...

-- 
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