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