diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-17 15:45:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-17 15:45:04 +0000 |
commit | 91d05903b498ce807b125a7c6a1ac820d21b0ab8 (patch) | |
tree | 5f6484a69077d29f522221bc75a27b738f33e90a /tests/data/test523 | |
parent | 10a11e3abe54c4b8ce537f84416092d7e7c7d8a4 (diff) |
Remove pointless storing of the protocol as a string within the connectdata
struct, and instead use the already stored string in the handler struct.
Diffstat (limited to 'tests/data/test523')
-rw-r--r-- | tests/data/test523 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test523 b/tests/data/test523 index 4c67cdbd8..6c1efbd5d 100644 --- a/tests/data/test523 +++ b/tests/data/test523 @@ -50,7 +50,7 @@ http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT ^User-Agent:.* </strip> <protocol> -GET http://www.haxx.se:19999/523 HTTP/1.1
+GET HTTP://www.haxx.se:19999/523 HTTP/1.1
Authorization: Basic eHh4Onl5eQ==
Host: www.haxx.se:19999
Accept: */*
|