https://issues.apache.org/bugzilla/show_bug.cgi?id=39673
--- Comment #13 from Micha Lenk <[email protected]> --- Created attachment 29994 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29994&action=edit proxy NTLM requests received over the same client connection via the same backend connection Looking at how mod_proxy_ftp.c solves a similar problem, I tried to solve that issue with the attached patch (also attached to bugzilla). If a NTLM request is detected, the cleanup of the currently leased backend connection is skipped. Instead the backend connection is registered with the client connection pool, so that it is closed and cleaned up as soon as the client disconnects. Additionally the backend connection is registered as a config record in the client connection, so that it can get re-used for subsequent requests on the same client connection. -- 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]
