diff options
Diffstat (limited to 'tests/data/test223')
-rw-r--r-- | tests/data/test223 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/test223 b/tests/data/test223 index 196e78c80..884967e3f 100644 --- a/tests/data/test223 +++ b/tests/data/test223 @@ -78,11 +78,14 @@ http://%HOSTIP:%HTTPPORT/223 --compressed <strip> ^User-Agent:.* </strip> +<strippart> +s/^Accept-Encoding: .*/Accept-Encoding: xxx/ +</strippart> <protocol> GET /223 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Accept-Encoding: deflate, gzip
+Accept-Encoding: xxx </protocol> <errorcode> |