no need to return exit status of the last fastcgi request

This commit is contained in:
Dmitry Stogov 2007-06-21 08:40:43 +00:00
parent ebb9408202
commit 5d2180835a

View File

@ -1834,6 +1834,10 @@ fastcgi_request_done:
if (bindpath) {
free(bindpath);
}
if (max_requests != 1) {
/* no need to return exit_status of the last request */
exit_status = 0;
}
break;
}
/* end of fastcgi loop */