From e0ad17b7a27a710a715b92463801dc9ad3cb7c51 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 17 Jul 2011 23:55:28 +0200 Subject: [PATCH] HTTP Dyn Fixes --- Connector_HTTP/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Connector_HTTP/main.cpp b/Connector_HTTP/main.cpp index b7fff570..f45ec5e2 100644 --- a/Connector_HTTP/main.cpp +++ b/Connector_HTTP/main.cpp @@ -180,6 +180,7 @@ namespace Connector_HTTP{ printf( "URL: %s\n", HTTP_R.url.c_str()); printf( "Movie: %s, Quality: %s, Seg %d Frag %d\n", Movie.c_str(), Quality.c_str(), Segment, ReqFragment); #endif + Flash_ManifestSent = true;//stop manifest from being sent multiple times Flash_RequestPending++; }else{ Movie = HTTP_R.url.substr(1);