mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 12:21:57 +00:00
Request body: unbreak build without debug.
This commit is contained in:
parent
5fc85439d0
commit
542b60a35a
1 changed files with 2 additions and 0 deletions
|
|
@ -976,7 +976,9 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||
static ngx_int_t
|
||||
ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
||||
{
|
||||
#if (NGX_DEBUG)
|
||||
ngx_chain_t *cl;
|
||||
#endif
|
||||
ngx_http_request_body_t *rb;
|
||||
|
||||
rb = r->request_body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue