From b73ce1c6b6bd39c8962116e7f26c2ca9a106c8e9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 26 Aug 2005 08:19:26 +0000 Subject: [PATCH] - preventively set Accept-Encoding --- tests/get_request_data_001.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index ad2ee5a..0027294 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -6,6 +6,7 @@ include 'skip.inc'; ?> --ENV-- HTTP_ACCEPT_CHARSET=iso-8859-1, * +HTTP_ACCEPT_ENCODING=none HTTP_USER_AGENT=Mozilla/5.0 --POST-- a=b&c=d @@ -26,6 +27,7 @@ if (php_sapi_name() == 'cli' || $b == 'a=b&c=d') { Array ( [Accept-Charset] => iso-8859-1, * + [Accept-Encoding] => none [User-Agent] => Mozilla/5.0 ) OK -- 2.30.2