]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 15:31:34 +0000 (16:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 15:31:34 +0000 (16:31 +0100)
commit00dd07895a6ee856c811c6d60a8e3d4c7d973c63
tree352bcb4d0cfbb1acc5636ed58b67544a2dacbc85
parent2788a39c07621e7af0d2efa34b4adabe8a01ad31
CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close()

This function takes an h2c and an h2s but it never uses the h2c, which
is a bit confusing at some places in the code. Let's make it clear that
it only operates on the h2s instead by renaming it and removing the
unused h2c argument.
src/mux_h2.c