From 91d05903b498ce807b125a7c6a1ac820d21b0ab8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Dec 2009 15:45:04 +0000 Subject: Remove pointless storing of the protocol as a string within the connectdata struct, and instead use the already stored string in the handler struct. --- tests/data/test523 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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:.* -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: */* -- cgit v1.2.3