[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.48,1.49
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd.c, 1.75, 1.76 Makefile, 1.129, 1.130 vd_fli.c, 1.3, NONE vd_lcl.c, 1.6, NONE vd_qtrle.c, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.48,1.49
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd.c, 1.75, 1.76 Makefile, 1.129, 1.130 vd_fli.c, 1.3, NONE vd_lcl.c, 1.6, NONE vd_qtrle.c, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list