]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2019 09:21:36 +0000 (11:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commitcc76d5b9a17c7d7d5971ebe653ce2d964fe7da70
treee7a194eb1b48952a237230c1ea57599acca8703b
parentc41547b66ed496dfa9a94e820054fe9454d29e10
MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN

This flag is set but never used. So remove it.
include/types/proto_http.h
src/proxy.c