9 Dec
2006
9 Dec
'06
2:34 p.m.
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 ) {
6912
Age (days ago)
6912
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar