mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
Request body: unbreak build without debug.
This commit is contained in:
parent
5fc85439d0
commit
542b60a35a
@ -976,7 +976,9 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||||||
static ngx_int_t
|
static ngx_int_t
|
||||||
ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
||||||
{
|
{
|
||||||
|
#if (NGX_DEBUG)
|
||||||
ngx_chain_t *cl;
|
ngx_chain_t *cl;
|
||||||
|
#endif
|
||||||
ngx_http_request_body_t *rb;
|
ngx_http_request_body_t *rb;
|
||||||
|
|
||||||
rb = r->request_body;
|
rb = r->request_body;
|
||||||
|
Loading…
Reference in New Issue
Block a user