BUILD: quic: fix a build error about an non initialized timestamp
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 29 Nov 2024 13:39:48 +0000 (14:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Dec 2024 14:35:44 +0000 (15:35 +0100)
commit526853bc2313836a61fcc6dcda0be0036f8ae7ba
tree15ca07973a04f7a2702e5d1e0fd10bcfe5365e8d
parent736d4e2c3550dc9c56e5f05778457466b3ce13d9
BUILD: quic: fix a build error about an non initialized timestamp

This is to please a non identified compilers which complains about an hypothetic
<time_ns> variable which would be not initialized even if this is the case only
when it is not used.

This build issue arrived with this commit:
BUG/MINOR: improve BBR throughput on very fast links

Should be backported to 3.1 with this previous commit.

(cherry picked from commit 7868dc9c45aeb29774baac98711f563755b610d6)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/quic_rx.c