when the FastCGI header was split in records,
nginx passed garbage in the header to a client
This commit is contained in:
parent
5db84b1a9f
commit
2497b14b22
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ ngx_http_fastcgi_process_header(ngx_http_request_t *r)
|
|||
return NGX_OK;
|
||||
}
|
||||
|
||||
if (u->buffer.pos == u->buffer.last) {
|
||||
if (rc == NGX_OK && u->buffer.pos == u->buffer.last) {
|
||||
return NGX_AGAIN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue