[ANNOUNCE] haproxy-2.9.8

2024-06-11 Thread Amaury Denoyelle
Hi, HAProxy 2.9.8 was released on 2024/06/11. It added 106 new commits after version 2.9.7. This release is pretty huge as HAProxy development team was mainly focused on finalizing the new 3.0 version. Now we are catching up the delay and are preparing to emit a serie of new stable releases. I wo

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-11 Thread Dave Cottlehuber
On Mon, 10 Jun 2024, at 22:09, Aleksandar Lazic wrote: > It is now possible to set via "tcp-request connection upstream-proxy-header" > headers for the upstream proxy > > ``` > tcp-request connection upstream-proxy-header Host www.test1.com > tcp-request connection upstream-proxy-header Proxy-Auth

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-11 Thread Aleksandar Lazic
Hi Dave. Thank you for your test and feedback. When you put this line into backend, will this be better? ``` tcp-request connection upstream-proxy-header HOST www.httpbun.com ``` Regards Alex On 2024-06-11 (Di.) 23:52, Dave Cottlehuber wrote: On Mon, 10 Jun 2024, at 22:09, Aleksandar Lazic w