]> git.ipfire.org Git - thirdparty/haproxy.git/commit
Revert "BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early."
authorOlivier Houchard <cognet@ci0.org>
Tue, 11 Jun 2019 12:06:23 +0000 (14:06 +0200)
committerOlivier Houchard <cognet@ci0.org>
Tue, 11 Jun 2019 12:07:53 +0000 (14:07 +0200)
commit45c4437b4abe21375e7242a2e582debed9413853
tree0de52ce9c985d6ec98817cf0b26d99cc51850835
parent86fcf6d6cde12919a75cecd73305601d9a1626f2
Revert "BUG/MEDIUM: H1: When upgrading, make sure we don't free the buffer too early."

This reverts commit 6c7fe5c3700fac7cc945b2b756df30874cbf77a6.

This patch was harmless, but not needed, conn_upgrade_mux_fe() already takes
care of setting the buffer to BUF_NULL.
src/mux_h1.c