]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Don't destroy the h2s if it still has a cs attached.
authorOlivier Houchard <cognet@ci0.org>
Sun, 16 Dec 2018 00:29:11 +0000 (01:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2018 07:22:01 +0000 (08:22 +0100)
commitffda58b5468ccb4d44e4bde87b3f79501264eb5e
treeffbb8daf47a9ef8d04b6ddb7b1cd76132582102c
parentbce4d8a37db6db5acd56cf2ab188a86367d3f8b3
BUG/MEDIUM: h2: Don't destroy the h2s if it still has a cs attached.

In h2_deferred_shut, if we're done sending the shutr/shutw, don't destroy
the h2s if it still has a conn_stream attached, or the conn_stream may try
to access it again.
src/mux_h2.c