CLEANUP: quic: Make qc_build_pkt() be more readable
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:02:34 +0000 (15:02 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 13:53:26 +0000 (15:53 +0200)
commit1e0f8255a1760c2915d7abfe5d1bb28562a98758
tree08304e5a20273bbfc778321116ce60de521dc948
parent3adb9e85a160621c4a91a4091b497c3ec316fd6a
CLEANUP: quic: Make qc_build_pkt() be more readable

There is no <buf> variable passed to this function.
Also rename <buf_end> to <end> to mimic others functions.
Rename <beg> to <first_byte> and <end> to <last_byte>.

Should be backported to 2.7.
src/quic_conn.c