Commit Diff
--- gotwebd/fcgi.c +++ gotwebd/fcgi.c @@ -373,7 +373,7 @@ send_response(struct request *c, int type, const uint8 struct timespec ts; ssize_t nw; size_t padded_len, tot; - int i, err = 0, th = 2000; + int i, err = 0, th = 20; ts.tv_sec = 0; ts.tv_nsec = 50;