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