From 0911b963995b792ccd207baa8741785315d768eb Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 13 Mar 2015 22:37:23 +0100 Subject: test320: Expect the Host header to be the first header Required for the test to work after a5d994941c2b. --- tests/data/test320 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test320 b/tests/data/test320 index 8f6df05c9..4b6f833ac 100644 --- a/tests/data/test320 +++ b/tests/data/test320 @@ -28,8 +28,8 @@ Content-type: text/html CipherAES-NNN-CBC MACSHA1 CiphersuiteSRP_SHA_AES_NNN_CBC_SHA1

-

Your HTTP header was:

User-Agent: curl/7.21.4-DEV (x86_64-apple-darwin10.5.0) libcurl/7.21.4-DEV GnuTLS/2.10.4 zlib/1.2.5 libidn/1.19
-Host: localhost:9011
+

Your HTTP header was:

Host: localhost:9011
+User-Agent: curl-test-suite
 Accept: */*
 
 

@@ -50,7 +50,7 @@ TLS-SRP simple TLS-SRP HTTPS GET, check user in response ---insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT +--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc -A curl-test-suite https://%HOSTIP:%HTTPTLSPORT @@ -77,8 +77,8 @@ Content-type: text/html CipherAES-NNN-CBC MACSHA1 CiphersuiteSRP_SHA_AES_NNN_CBC_SHA1

-
-Host: %HOSTIP:%HTTPTLSPORT
+

Your HTTP header was:

Host: %HOSTIP:%HTTPTLSPORT
+User-Agent: curl-test-suite
 Accept: */*
 
 

@@ -87,7 +87,6 @@ Accept: */* s/^

Session ID:.*// -s/^


Your HTTP header was:

.*/
/
 s/Protocol version:.*[0-9]//
 s/GNUTLS/GnuTLS/
 s/(AES[-_])\d\d\d([-_]CBC)/$1NNN$2/
-- 
cgit v1.2.3