Hello Pierre, On Fri, Aug 21, 2020 at 7:46 PM Pierre Cheynier <[email protected]> wrote: > We're running HAProxy 2.2.2. > It turns out logging requests paths using "%HP" var produce a different > results on H1 vs. H2. > > H1: /path > H2: https://hostname.domain/path (< I consider this one buggy) > > No idea where does this comes from exactly, I essentially understand txn->uri > structure ends up being completely different between the 2 code paths. > Anybody here with lightspeed knowledge of src/h* to investigate this?
I believe this is expected; this behaviour has changed since v2.1 though. see http://git.haproxy.org/?p=haproxy.git;a=commit;h=30ee1efe676e8264af16bab833c621d60a72a4d7 see also older threads talking about it https://www.mail-archive.com/[email protected]/msg37783.html Best, -- William

