https://issues.apache.org/bugzilla/show_bug.cgi?id=39673
--- Comment #18 from Yann Ylavic <[email protected]> --- Created attachment 30889 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30889&action=edit mod_proxy one for one connection As said in the previous comment, here is a new patch which is maybe more simple. The rationale is the same (backend's connection attached to the client's one, out of the reslist), but the job is done by the new ap_proxy_acquire_connection_ex function (declared optional in proxy_util.h too), provided that the caller gives it a conn_rec to attach to (when the conn_rec is NULL, it is the legacy ap_proxy_acquire_connection function, which unfortunately takes a server_rec and not a request_rec as argument). Therefore the changes in mod_proxy_http and the interaction with mod_proxy are simpler, and other proxy modules can use ap_proxy_acquire_connection_ex to do the same. Hope this patch (or the other) has a chance to be accepted, since I don't really understand why NTLM is less HTTP compliant than wstunnel or any other streaming over HTTP (do you plan to close/reuse the backend connection during client's inactivity for these?). -- 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]
