https://bz.apache.org/bugzilla/show_bug.cgi?id=60956
Yann Ylavic <ylavic....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35156|0 |1 is obsolete| | --- Comment #14 from Yann Ylavic <ylavic....@gmail.com> --- Created attachment 35158 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35158&action=edit Defer nonblocking lingering close to workers (v3) An update to: - close pending lingering sockets (deferred) on ungraceful restart, - call usual process_socket() in worker for deferred lingering closes the previous patch missed updating the scoreboard (SERVER_CLOSING) by calling start_lingering_close_blocking() directly (note this change required to put the clogging_input_filters case at the right place to avoid reentering process_connection for any state), - set socket timeout to SECONDS_TO_LINGER (2s) for deferred lingering closes since they likely come from a time-up already. -- 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