mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
Trailing space fix.
This commit is contained in:
parent
44002e541f
commit
c6353a5654
@ -181,7 +181,7 @@ ngx_http_chunked_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||||||
if (tl == NULL) {
|
if (tl == NULL) {
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
b = tl->buf;
|
b = tl->buf;
|
||||||
|
|
||||||
b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;
|
b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;
|
||||||
|
Loading…
Reference in New Issue
Block a user