From 425f17a6af52057aba6c1a63389f293163609145 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Sat, 8 Dec 2018 19:48:37 +0100 Subject: [PATCH] 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. --- reg-tests/http-rules/h00000.vtc | 1 - reg-tests/http-rules/h00001.vtc | 1 - 2 files changed, 2 deletions(-) diff --git a/reg-tests/http-rules/h00000.vtc b/reg-tests/http-rules/h00000.vtc index 25388f8a8..aedb41ff7 100644 --- a/reg-tests/http-rules/h00000.vtc +++ b/reg-tests/http-rules/h00000.vtc @@ -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" diff --git a/reg-tests/http-rules/h00001.vtc b/reg-tests/http-rules/h00001.vtc index 80522a1b5..ca86f1b90 100644 --- a/reg-tests/http-rules/h00001.vtc +++ b/reg-tests/http-rules/h00001.vtc @@ -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"