Commit 31fcc0c3 authored by philipjsg's avatar philipjsg

This should fix the negative bandwidth in use in ffserver. Turned out that

when WMP reports in, then we didn't increment the bandwidth, but we did
decrement it.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1619 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b3c9e1d
......@@ -1456,6 +1456,7 @@ static int http_parse_request(HTTPContext *c)
}
sprintf(msg, "POST command not handled");
c->stream = 0;
goto send_error;
}
if (http_start_receive_data(c) < 0) {
......
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