[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.97,1.98

Bertrand Baudet syncmail at mplayerhq.hu
Thu Apr 29 23:34:52 CEST 2004


CVS change done by Bertrand Baudet

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv9096

Modified Files:
	network.c 
Log Message:
Should be Connection: close, and not closed. 
It has been there since v1.3...
Thanks to Jonas Jensen <jbj at knef.dk> to noticed it.


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- network.c	25 Apr 2004 12:46:37 -0000	1.97
+++ network.c	29 Apr 2004 21:34:50 -0000	1.98
@@ -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;




More information about the MPlayer-cvslog mailing list