]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: remove ->offset qf_crypto struct field
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 27 Aug 2025 14:28:04 +0000 (16:28 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 28 Aug 2025 06:19:34 +0000 (08:19 +0200)
commit31c17ad837195c70fb6d4e427845ded1c6acffaa
tree15b35ae25c16d9b5ced5cee34a9951fbf6b84e63
parent2ed515c632db1ea70867c57487fbf34040786cc4
MINOR: quic: remove ->offset qf_crypto struct field

This patch follows this previous bug fix:

    BUG/MINOR: quic: reorder fragmented RX CRYPTO frames by their offsets

where a ebtree node has been added to qf_crypto struct. It has the same
meaning and type as ->offset_node.key field with ->offset_node an eb64tree node.
This patch simply removes ->offset which is no more useful.

This patch should be easily backported as far as 2.6 as the one mentioned above
to ease any further backport to come.
include/haproxy/quic_frame-t.h
include/haproxy/quic_frame.h
src/quic_frame.c
src/quic_rx.c
src/quic_ssl.c