diff -ruN fnord-1.10-20090526fwb/httpd.c fnord-1.10-20090620fwb/httpd.c --- fnord-1.10-20090526fwb/httpd.c 2009-05-26 21:40:17.000000000 +0200 +++ fnord-1.10-20090620fwb/httpd.c 2009-06-20 18:14:59.000000000 +0200 @@ -91,7 +91,7 @@ /* the following is the time in seconds that fnord should wait for a * valid HTTP request */ -#define READTIMEOUT 20 +#define READTIMEOUT 6 /* the following is the time in seconds that fnord should wait before * aborting a request when trying to write the answer */ @@ -1367,6 +1367,7 @@ switch (poll(&duh,1,READTIMEOUT*1000)) { case 0: if (time(&now)