]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Wrong Retry token generation timestamp computing
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 19 Apr 2023 15:31:28 +0000 (17:31 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 19 Apr 2023 15:31:28 +0000 (17:31 +0200)
commitd07421331fff22ebacc44a8dd4b6f703502e69bf
tree5fd52fba638e3b5cca14a31b1da535045caaaf6e
parent45662efb2f329ca2211e6c83d84257662b15cea5
BUG/MINOR: quic: Wrong Retry token generation timestamp computing

Again a now_ms variable value used without the ticks API. It is used
to store the generation time of the Retry token to be received back
from the client.

Must be backported to 2.6 and 2.7.
src/quic_conn.c