summaryrefslogtreecommitdiff
path: root/libavformat/http.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-28 03:32:32 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-28 03:32:32 +0000
commit359154bc1bb9d935e25dc2a3d818152971ddd133 (patch)
tree99eade71565d32d084b536d1c4f7754045dc337a /libavformat/http.c
parent3ab64e46e208dd2ada8a5cde01dfd19d3775d18b (diff)
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
Diffstat (limited to 'libavformat/http.c')
-rw-r--r--libavformat/http.c1
1 files changed, 0 insertions, 1 deletions
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;
}