From 405195a979264074c56d0beecee4e83fa04c3750 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 21 Nov 2016 16:55:45 +0100 Subject: [PATCH] Fixed Connection: close header parsing in HLS --- src/output/output_hls.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output/output_hls.cpp b/src/output/output_hls.cpp index cc06fb92..4bc571af 100644 --- a/src/output/output_hls.cpp +++ b/src/output/output_hls.cpp @@ -218,7 +218,6 @@ namespace Mist { } } - H.Clean(); H.SetHeader("Content-Type", "video/mp2t"); H.setCORSHeaders(); if(method == "OPTIONS" || method == "HEAD"){