diff libmpdemux/network.c @ 12352:2e0a4b32e139

Should be Connection: close, and not closed. It has been there since v1.3... Thanks to Jonas Jensen <jbj@knef.dk> to noticed it.
author bertrand
date Thu, 29 Apr 2004 21:34:50 +0000
parents 6fbd0aa81550
children 338e9d30be5e
line wrap: on
line diff
--- a/libmpdemux/network.c	Thu Apr 29 21:01:09 2004 +0000
+++ b/libmpdemux/network.c	Thu Apr 29 21:34:50 2004 +0000
@@ -466,7 +466,7 @@
 	    
 	if (network_cookies_enabled) cookies_set( http_hdr, server_url->hostname, server_url->url );
 	
-	http_set_field( http_hdr, "Connection: closed");
+	http_set_field( http_hdr, "Connection: close");
 	http_add_basic_authentication( http_hdr, url->username, url->password );
 	if( http_build_request( http_hdr )==NULL ) {
 		return -1;