Fixed general output shutdown behaviour and logging on end of stream, MP4 output now correctly ends HTTP response on stream end.

Bugfix in HTTP::Parser when calling Chunkify before initializing
This commit is contained in:
Thulinma 2020-10-20 20:46:29 +02:00
parent 9c71b25c06
commit dc0cd0d451
4 changed files with 13 additions and 7 deletions

View file

@ -37,6 +37,7 @@ void HTTP::Parser::CleanPreserveHeaders(){
seenReq = false;
possiblyComplete = false;
getChunks = false;
sendingChunks = false;
doingChunk = 0;
bufferChunks = false;
method = "GET";