Index: filed.c ================================================================== --- filed.c +++ filed.c @@ -276,12 +276,10 @@ } } filed_log_msg("GOT_HEADERS FD=..."); - fflush(fp); - /* We only handle the "GET" method */ if (strcasecmp(method, "get") != 0) { return(NULL); }