From 359154bc1bb9d935e25dc2a3d818152971ddd133 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 28 Dec 2007 03:32:32 +0000 Subject: [PATCH] Revert hack which should have never been commited. ------------------------------------------------------------------------ r464 | philipjsg | 2002-05-09 03:19:15 +0200 (Thu, 09 May 2002) | 3 lines * Add a sleep when doing the post to ffserver. Yes, this is the wrong solution. Originally committed as revision 11336 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index 240840a271..4dcc7d2548 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -247,7 +247,6 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr, s->off = 0; s->filesize = -1; if (post) { - usleep(1000*1000); return 0; }