mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
a327841bff
commit
ca1bed390d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user