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

--- Comment #6 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Yann Ylavic from comment #5)
> 
> So I think that attachment 38061 [details] is the right thing to do, for
> compatibility.

The other option is to change mpm_itk to:
-       apr_socket_close(ap_get_conn_socket(c));
-       ap_set_core_module_config(c->conn_config, NULL);
+       c->aborted = 1;

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