]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: drop the name "conn_stream" from the pool variable names
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 07:11:02 +0000 (09:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commita448227ba1ea986aba4c4ea724c5aacd651c23f2
treee938f02577175faa8ff2b4845ea91cffcd6bc71a
parent74568cf023050ae9ec3b34c2ad08a2ed11b66a6a
CLEANUP: quic: drop the name "conn_stream" from the pool variable names

QUIC was the last user of entities with "conn_stream" in their names,
though there's no more reason for this given that the pool names were
already pretty straightforward. The renaming does this:

  qc_stream_desc: pool_head_quic_conn_stream -> pool_head_quic_stream_desc
  qc_stream_buf:  pool_head_quic_conn_stream_buf -> pool_head_quic_stream_buf
src/quic_stream.c