CLEANUP: quic: Rename <buf> variable into quic_padding_check()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 12:38:33 +0000 (14:38 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:26 +0000 (15:53 +0200)
commit7f0b1c7016c603139c5ebdb1dd383ae7db217bed
tree9ab33a4233119450586948ff1199c604b5762348
parentdad0ede28aa6a653cf2257ef2f218013100ee9b8
CLEANUP: quic: Rename <buf> variable into quic_padding_check()

Make quic_padding_check() be more readable: there is not struct buffer variable
used by this function.

Should be backported to 2.7.
src/quic_conn.c