diff options
author | Fabian Keil <fk@fabiankeil.de> | 2012-11-13 13:58:14 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-19 10:58:14 +0100 |
commit | 7719333f55e6b268ce51829c0745824b451eb711 (patch) | |
tree | 72b2068ae50e8aea5dba356f468da83ca297aa09 /tests/data/test194 | |
parent | 276452ca1096c40c886eee3ea461d462b7bcdadc (diff) |
Test 92 and 194: normalize spaces in the Server headers
It makes no difference from curl's point of view but
makes it more convenient to use the tests with a
lws-normalizing proxy between curl and the test server.
Diffstat (limited to 'tests/data/test194')
-rw-r--r-- | tests/data/test194 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test194 b/tests/data/test194 index 582f197f7..1010ee906 100644 --- a/tests/data/test194 +++ b/tests/data/test194 @@ -13,7 +13,7 @@ Resume <data> HTTP/1.1 416 Requested Range Not Satisfiable swsclose
Date: Fri, 24 Oct 2003 21:33:12 GMT
-Server: Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 PHP/4.3.1
+Server: Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 PHP/4.3.1
Last-Modified: Fri, 24 Oct 2003 18:01:23 GMT
ETag: "ab57a-507-3f9968f3"
Accept-Ranges: bytes
|