Re: regression with forward proxy due to Revision 1912459
"Stefan Eissing via dev" <[email protected]>
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
> Am 19.05.2025 um 17:27 schrieb Yann Ylavic <[email protected]>: > > On Mon, May 19, 2025 at 4:54 PM Stefan Eissing via dev > <[email protected]> wrote: >> >>> Am 19.05.2025 um 16:46 schrieb Yann Ylavic <[email protected]>: >>> >>> >>> Hm, r1912459 added this test to disable reuse for CONNECT connections >>> to ProxyRemote, because I thought that CONNECT requests were not >>> reusable. >> >> Hmm, what kind of CONNECT connections are reusable? The common use case is a TLS tunnel, I think. It would not work to reuse that. > > I mean reusing the same TLS tunnel created with the target host > through the RemoteProxy, pushing more data/requests to it as they > come. > I think it's no different than reusing a TLS connection to some direct > backend, the same SSL* is used until it's shut down / closed (e.g. > forward_info mismatch). Ah, httpd itself does the CONNECT. I see. Sorry about any confusion. Cheers, Stefan