CLEANUP: quic: Rename <buf> variable for several low level functions
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 12:54:48 +0000 (14:54 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:26 +0000 (15:53 +0200)
commit3adb9e85a160621c4a91a4091b497c3ec316fd6a
treeab86da7c8683f5653708a62c39232d7eb0dfdfec
parentbef3098d33dda44fcef910a54884e265ff3321b5
CLEANUP: quic: Rename <buf> variable for several low level functions

Make quic_build_packet_long_header(), quic_build_packet_short_header() and
quic_apply_header_protection() be more readable: there is no struct buffer
variables used by these functions.

Should be backported to 2.7.
src/quic_conn.c