# HG changeset patch # User michael # Date 1198812752 0 # Node ID 94a0369ed3f5a69b6e50a1e8ae375405a1575390 # Parent 5e3ba0ab8782f4d8f81615c5b323228db64a13c7 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. diff -r 5e3ba0ab8782 -r 94a0369ed3f5 http.c --- a/http.c Thu Dec 27 01:38:50 2007 +0000 +++ b/http.c Fri Dec 28 03:32:32 2007 +0000 @@ -247,7 +247,6 @@ s->off = 0; s->filesize = -1; if (post) { - usleep(1000*1000); return 0; }