]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn()
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 18 Nov 2022 07:44:44 +0000 (08:44 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 18 Nov 2022 07:44:46 +0000 (08:44 +0100)
commitce7928d19c6e9a1b9622dbf79f9e17af71bd2d4b
tree98c41d7b872949f355d23613b62142e8cd8b41ff
parent831d613f549fc2d086fc1839d84306311538aac8
CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn()

The H1 connection cannot be NULL when h1_shutw_conn() is called. Thus there
is no reason to test it.

This patch should fix the issue #1936.
src/mux_h1.c