CLEANUP: quic: Rename <buf> variable into quic_packet_read_long_header()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:41:07 +0000 (15:41 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:27 +0000 (15:53 +0200)
commit6ff52f9ce573161b9fa6848d4940cdc2b8f83912
tree3703989714849d0588c57cc8b77a109eec457b1e
parent81a02b59f59503d8376fba12472a79d3ae9b73c1
CLEANUP: quic: Rename <buf> variable into quic_packet_read_long_header()

Make this function be more readable: there is no struct buffer variable passed
as parameter to this function.

Should be backported to 2.7.
src/quic_conn.c