mirror of
https://github.com/nginx/nginx.git
synced 2025-01-24 07:06:35 -06:00
allow a chunked body for 201 responses
This commit is contained in:
parent
d8be48a546
commit
fcaa367929
@ -52,7 +52,6 @@ ngx_http_chunked_header_filter(ngx_http_request_t *r)
|
||||
{
|
||||
if (r->headers_out.status == NGX_HTTP_NOT_MODIFIED
|
||||
|| r->headers_out.status == NGX_HTTP_NO_CONTENT
|
||||
|| r->headers_out.status == NGX_HTTP_CREATED
|
||||
|| r != r->main
|
||||
|| (r->method & NGX_HTTP_HEAD))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user