mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
This commit is contained in:
parent
22491f9399
commit
73d53309c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user