commit | 00dd07895a6ee856c811c6d60a8e3d4c7d973c63 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 01 16:31:34 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 01 16:31:34 2018 +0100 |
tree | 352bcb4d0cfbb1acc5636ed58b67544a2dacbc85 | |
parent | 2788a39c07621e7af0d2efa34b4adabe8a01ad31 [diff] |
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.