Browse Source

demux: adaptive: reset keepalive for connection reuse

pull/127/head
Francois Cartegnie 5 years ago
committed by François Cartegnie
parent
commit
a7e5e0a900
  1. 1
      modules/demux/adaptive/http/HTTPConnection.cpp

1
modules/demux/adaptive/http/HTTPConnection.cpp

@ -133,6 +133,7 @@ void HTTPConnection::disconnect()
queryOk = false;
bytesRead = 0;
contentLength = 0;
connectionClose = false;
chunked = false;
chunkLength = 0;
bytesRange = BytesRange();

Loading…
Cancel
Save