[MPlayer-cvslog] r21557 - trunk/stream/http.c
reimar
subversion at mplayerhq.hu
Sat Dec 9 20:34:47 CET 2006
Author: reimar
Date: Sat Dec 9 20:34:46 2006
New Revision: 21557
Modified:
trunk/stream/http.c
Log:
Fix potential endless loop in http_streaming_start due
to not resetting redirect.
Modified: trunk/stream/http.c
==============================================================================
--- trunk/stream/http.c (original)
+++ trunk/stream/http.c Sat Dec 9 20:34:46 2006
@@ -731,6 +731,7 @@
do
{
+ redirect = 0;
if (fd > 0) closesocket(fd);
fd = http_send_request( url, 0 );
if( fd<0 ) {
More information about the MPlayer-cvslog
mailing list