On Mon, May 19, 2025 at 4:54 PM Stefan Eissing via dev <dev@httpd.apache.org> wrote: > > > Am 19.05.2025 um 16:46 schrieb Yann Ylavic <ylavic....@gmail.com>: > > > > > > 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). Regards; Yann.