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/test301 | |
parent | bc0fd6db714532f9cca40be984b0a13dfa09071b (diff) |
modified to work fine with the new persistant connection working test suite
HTTP server
Diffstat (limited to 'tests/data/test301')
-rw-r--r-- | tests/data/test301 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test301 b/tests/data/test301 index 9226a476b..2d96074cc 100644 --- a/tests/data/test301 +++ b/tests/data/test301 @@ -2,7 +2,7 @@ # Server-side <reply> <data> -HTTP/1.1 200 OK +HTTP/1.1 200 OK swsclose Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Content-Type: text/html @@ -21,7 +21,7 @@ https HTTPS GET with user and password </name> <command> --k -u fake:user https://%HOSTIP:%HTTPSPORT/2 +-k -u fake:user https://%HOSTIP:%HTTPSPORT/301 </command> </test> @@ -32,7 +32,7 @@ HTTPS GET with user and password ^User-Agent:.* </strip> <protocol> -GET /2 HTTP/1.1
+GET /301 HTTP/1.1
Authorization: Basic ZmFrZTp1c2Vy
Host: 127.0.0.1:8433
Pragma: no-cache
|