summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}