From 59e3651af36cf3f48dd0937b25082932a1da26d8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 9 Feb 2008 02:01:36 +0000 Subject: [PATCH] Fixed test to use HTTPS as documented. --- tests/data/test303 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/data/test303 b/tests/data/test303 index 87b86ed..725193b 100644 --- a/tests/data/test303 +++ b/tests/data/test303 @@ -1,4 +1,12 @@ + + +HTTPS +HTTP GET +timeout + + + # Server-side @@ -9,7 +17,7 @@ Connection: close result -wait 10 +wait 20 @@ -22,10 +30,10 @@ SSL https -HTTPS with 2 secs timeout +HTTPS with 7 secs timeout -http://%HOSTIP:%HTTPPORT/want/303 -m 2 +-k https://%HOSTIP:%HTTPSPORT/want/303 -m 7 @@ -36,7 +44,7 @@ http://%HOSTIP:%HTTPPORT/want/303 -m 2 GET /want/303 HTTP/1.1 -Host: %HOSTIP:%HTTPPORT +Host: %HOSTIP:%HTTPSPORT Accept: */* -- 2.7.4