Commit 125ea1a8 authored by philipjsg's avatar philipjsg

* Add a sleep when doing the post to ffserver. Yes, this is the wrong

  solution.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@464 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2baf784
......@@ -217,8 +217,10 @@ static int http_connect(URLContext *h, const char *path)
s->buf_end = s->buffer;
s->line_count = 0;
s->location[0] = '\0';
if (post)
if (post) {
sleep(1);
return 0;
}
/* wait for header */
q = line;
......
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