CLEANUP: quic: rename quic_connection_id vars
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 12 Apr 2023 08:04:49 +0000 (10:04 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 18 Apr 2023 14:20:47 +0000 (16:20 +0200)
commit591e7981d9527adef5fb77c8f3b1d7fac509fabf
treef48d60651ed627d2520438a82b77fb48902e31a6
parent9b68b6457266fd4d84930617a4aacc7112ca276d
CLEANUP: quic: rename quic_connection_id vars

Two different structs exists for QUIC connection ID :
* quic_connection_id which represents a full CID with its sequence
  number
* quic_cid which is just a buffer with a length. It is contained in the
  above structure.

To better differentiate them, rename all quic_connection_id variable
instances to "conn_id" by contrast to "cid" which is used for quic_cid.

This should be backported up to 2.7.
include/haproxy/quic_conn.h
src/quic_conn.c