]> git.kaiwu.me - haproxy.git/commit
CLEANUP: quic: Remove cdata_len from quic_tx_packet struct
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Dec 2021 11:30:54 +0000 (12:30 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Dec 2021 07:38:43 +0000 (08:38 +0100)
commit0371cd54d029423b9bff6aec79053a27845ce6bd
treea7005cbe879b99d0c5eeccfc33dceb02d417b4d7
parentd8b844304710b0cee4056d7ddd32fe11f77ed0f7
CLEANUP: quic: Remove cdata_len from quic_tx_packet struct

This field is no more useful. Modify the traces consequently.
Also initialize ->pn_node.key value to -1, which is an illegal value
for QUIC packet number, and display it in traces if different from -1.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c