fix error introduced in r1273 and r1275:

nginx did not process FastCGI response if header was at end of FastCGI record
This commit is contained in:
Igor Sysoev 2008-05-08 09:53:22 +00:00
parent a327841bff
commit ca1bed390d

View File

@ -1232,7 +1232,7 @@ ngx_http_fastcgi_process_header(ngx_http_request_t *r)
}
if (rc == NGX_OK) {
return NGX_AGAIN;
continue;
}
/* rc == NGX_AGAIN */