REGTEST/MINOR: remove double body specification for server txresp

fix http-rules/h00000.vtc / http-rules/h00000.vtc as both 'bodylen' and
'body' are specified, these settings conflict with each other as they
both generate/present the body to send.
This commit is contained in:
PiBa-NL 2018-12-08 19:48:37 +01:00 committed by Willy Tarreau
parent eb2bbba547
commit 425f17a6af
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ server s1 {
-hdr "hdr2: val2b" \
-hdr "hdr3: val3a, val3b" \
-hdr "hdr4:" \
-bodylen 14 \
-body "This is a body"
expect req.method == "GET"

View File

@ -24,7 +24,6 @@ server s1 {
-hdr "hdr2: val2b" \
-hdr "hdr3: val3a, val3b" \
-hdr "hdr4:" \
-bodylen 14 \
-body "This is a body"
expect req.method == "GET"