commit | 8d1ecac5d97739087754591cd97b5573f1dbd4eb | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 14:55:43 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | 5eb8a7e2243acaae9a8933879926ac6f13324b09 | |
parent | 0ffd6e7e641a695e1739f5012cfdc6eefc61286e [diff] |
CLEANUP: h3: rename struct h3 -> h3c struct h3 represents the whole HTTP/3 connection. A new type h3s was recently introduced to represent a single HTTP/3 stream. To facilitate the analogy with other haproxy code, most notable in MUX, rename h3 type to h3c.