]> granicus.if.org Git - curl/commitdiff
Make the server include "Connection: close" in the headers of the replies
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Apr 2004 08:41:36 +0000 (08:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Apr 2004 08:41:36 +0000 (08:41 +0000)
it actually will close. This is after all what HTTP 1.1 says a server should
do.

tests/data/test154
tests/data/test88

index e9321a308d8037968856cb31e896e37b6f54580f..b9b9649c7daa71e06c1d546d9cd767c7a4c5566d 100644 (file)
@@ -10,6 +10,7 @@ WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"\r
 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 This is not the real page
 </data>
@@ -21,6 +22,7 @@ HTTP/1.1 200 OK swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 Content-Type: text/html; charset=iso-8859-1\r
 Content-Length: 23\r
+Connection: close\r
 \r
 This IS the real page!
 </data1000>
@@ -32,11 +34,13 @@ WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"\r
 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 HTTP/1.1 200 OK swsclose\r
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 Content-Type: text/html; charset=iso-8859-1\r
 Content-Length: 23\r
+Connection: close\r
 \r
 This IS the real page!
 </datacheck>
index f1caba4bcb5e3f6da35d258e3ca80479ae1c8f96..00f812c03203fe533620230417b349494b618676 100644 (file)
@@ -8,6 +8,7 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 This is not the real page
 </data>
@@ -18,6 +19,7 @@ This is not the real page
 HTTP/1.1 200 OK swsclose\r
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 This IS the real page!
 </data1000>
@@ -27,10 +29,12 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 HTTP/1.1 200 OK swsclose\r
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
 Content-Type: text/html; charset=iso-8859-1\r
+Connection: close\r
 \r
 This IS the real page!\r
 </datacheck>