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