mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 08:57:35 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue