CLEANUP: quic: Rename <buf> variable into quic_rx_pkt_parse()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 12:43:57 +0000 (14:43 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:26 +0000 (15:53 +0200)
commitbef3098d33dda44fcef910a54884e265ff3321b5
tree3dd16a6f845d37679960fe82f00b728daed442f0
parent7f0b1c7016c603139c5ebdb1dd383ae7db217bed
CLEANUP: quic: Rename <buf> variable into quic_rx_pkt_parse()

Make this function be more readable: there is no struct buffer variable used
by this function.

Should be backported to 2.7.
src/quic_conn.c