]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: filters: Don't set C-L header in the successful response to CONNECT
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Oct 2023 06:11:19 +0000 (08:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Oct 2023 13:34:18 +0000 (15:34 +0200)
commit6f6aed92b7be29399fb2cabb4fc92b61c51ff7d4
tree9f78131b5617790765f655e521728a27a649c620
parente7964eac2d3fc2b831f82b6b2825de3c5cdd5912
REGTESTS: filters: Don't set C-L header in the successful response to CONNECT

in random-forwarding.vtc script, adding "Content-Lnegth; 0" header in the
successful response to the CONNECT request is invalid but it may also lead
to wrong check on the response. "rxresp" directive don"t handle CONNECT
response. Thus "-no_obj" must be added instead, to be sure the payload won't
be retrieved or expected.
reg-tests/filters/random-forwarding.vtc