diff options
Diffstat (limited to 'tests/data/test222')
-rw-r--r-- | tests/data/test222 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/test222 b/tests/data/test222 index a4594869e..865266e07 100644 --- a/tests/data/test222 +++ b/tests/data/test222 @@ -188,11 +188,14 @@ http://%HOSTIP:%HTTPPORT/222 --compressed <strip> ^User-Agent:.* </strip> +<strippart> +s/^Accept-Encoding: .*/Accept-Encoding: xxx/ +</strippart> <protocol> GET /222 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Accept-Encoding: deflate, gzip
+Accept-Encoding: xxx </protocol> </verify> |