]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: mux-h2: Don't forget to set the CS_FL_EOS flag with htx.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 10 Dec 2018 15:09:53 +0000 (16:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2018 19:53:31 +0000 (20:53 +0100)
commit56b0348ea7a31792ade70c4759889895b6d24d38
tree89b73c17df894769450b36bfa429a0805519791c
parente97f3baa666b2b139a83c9f84b2e50e7c1f15a6a
BUG/MEDIUM: mux-h2: Don't forget to set the CS_FL_EOS flag with htx.

When running with HTX, if we got an empty answer, don't forget to set
CS_FL_EOS, or the stream will never be destroyed.
src/mux_h2.c