Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)

This commit is contained in:
Dmitry Stogov 2006-09-13 13:03:14 +00:00
parent 22491f9399
commit 73d53309c3

View File

@ -682,7 +682,7 @@ int fcgi_accept_request(fcgi_request *req)
break;
#else
if (req->fd >= 0) {
struct timeval tv = {1,0};
struct timeval tv = {5,0};
fd_set set;
FD_ZERO(&set);