diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:57:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:57:08 +0000 |
commit | c50a601f1a77b393503207b7fea4352a28b8a05e (patch) | |
tree | f8913215e8afdc479d50a63f551dc2d5663cf0dd /tests/data/test51 | |
parent | bc0fd6db714532f9cca40be984b0a13dfa09071b (diff) |
modified to work fine with the new persistant connection working test suite
HTTP server
Diffstat (limited to 'tests/data/test51')
-rw-r--r-- | tests/data/test51 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test51 b/tests/data/test51 index 717a5e016..609414f78 100644 --- a/tests/data/test51 +++ b/tests/data/test51 @@ -2,14 +2,14 @@ # Server-side <reply> <data> -HTTP/1.1 302 OK +HTTP/1.1 302 OK swsclose Location: ../../../../../../../510002 Date: Thu, 09 Nov 2010 14:50:00 GMT Connection: close </data> <data2> -HTTP/1.1 200 OK +HTTP/1.1 200 OK swsclose Location: this should be ignored Date: Thu, 09 Nov 2010 14:50:00 GMT Connection: close @@ -17,12 +17,12 @@ Connection: close body </data2> <datacheck> -HTTP/1.1 302 OK +HTTP/1.1 302 OK swsclose Location: ../../../../../../../510002 Date: Thu, 09 Nov 2010 14:50:00 GMT Connection: close -HTTP/1.1 200 OK +HTTP/1.1 200 OK swsclose Location: this should be ignored Date: Thu, 09 Nov 2010 14:50:00 GMT Connection: close |