# HG changeset patch # User reimar # Date 1165692886 0 # Node ID 3b4ed8857b38dc4184a9a40960055c3e91a4f689 # Parent 147c1c305f210734397dcfc7e7831be4c9ab9776 Fix potential endless loop in http_streaming_start due to not resetting redirect. diff -r 147c1c305f21 -r 3b4ed8857b38 stream/http.c --- a/stream/http.c Sat Dec 09 19:33:28 2006 +0000 +++ b/stream/http.c Sat Dec 09 19:34:46 2006 +0000 @@ -731,6 +731,7 @@ do { + redirect = 0; if (fd > 0) closesocket(fd); fd = http_send_request( url, 0 ); if( fd<0 ) {