Re: MQTT mqtt_field_value for CONNACK messages

2023-02-27 Thread Aurelien DARRAGON
Hi, > log-format "%{+Q}[var(txn.pv)]" Could you please try adding %B to your log-format string as well? example: > log-format "%{+Q}[var(txn.pv)] (%B)" What I suspect is that the logline is builded before the tcp-response rules are actually evaluated. Some haproxy log format

Re: Host header not copied to :authority when using a proto h2 backend

2023-02-27 Thread Óscar Frías Barranco
Hello Willy. Thanks a lot for the discussion on the Jetty issue report. I hope this can be fixed somehow. In the meantime, I have implemented a workaround, duplicating the backend, one with proto h2 support (h2_backend) and another without (h1_backend). And then I have this in the frontend: