mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 13:59:00 +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) {
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
|
||||
b = tl->buf;
|
||||
|
||||
b->tag = (ngx_buf_tag_t) &ngx_http_chunked_filter_module;
|
||||
|
Loading…
Reference in New Issue
Block a user