commit | fa94f77bc593be1846171b3277d61b2b4e7d7e1b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 08 10:09:39 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jun 16 14:56:24 2022 +0200 |
tree | a75ebe87f518d7d966bdbdfa637b18e6fbfd7fae | |
parent | 3f96a0a4c100664985336dafeaae124c86e124f2 [diff] |
BUG/MINOR: quic: Wrong PTO calculation Due to missing brackets around the ternary C operator, quic_pto() could return zero at the first run, before the QUIC connection was completely initialized. This leaded the idle timeout task to be executed before this initialization completion. Then this connection could be immediately released. This bug was revealed by the multi_packet_client_hello QUIC tracker test. Must be backported to 2.6.