Commit 4bb4f670 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: fix skipped line in reply header

parent 70826e26
...@@ -172,7 +172,7 @@ int HTTPConnection::parseReply() ...@@ -172,7 +172,7 @@ int HTTPConnection::parseReply()
if (replycode != 200 && replycode != 206) if (replycode != 200 && replycode != 206)
return VLC_ENOOBJ; return VLC_ENOOBJ;
readLine(); line = readLine();
while(!line.empty() && line.compare("\r\n")) while(!line.empty() && line.compare("\r\n"))
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment