]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: remove unused bogus qcc_get_stream()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 26 Apr 2022 15:36:56 +0000 (17:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Apr 2022 12:47:53 +0000 (14:47 +0200)
commit408d226aa199fd9200e30ef5d0615af2168063a6
treefa2b53b0cb80f80b16a67b9dcf67ea985f80dcca
parentfe8f555f5c25dbc72129fb99422bf8ceee3e01b5
MINOR: mux-quic: remove unused bogus qcc_get_stream()

qcc_get_stream() was used when qcs and qc_stream_desc shared the same
node-tree. This is not the case anymore since
  e4301da5ed9e77844c653ea4caf233546febe591
  MINOR: quic-stream: use distinct tree nodes for quic stream and qcs

Now this function is broken as the qcc tree only contains qcs.
Thankfully it is unused so it can be removed without impact.
include/haproxy/mux_quic.h