mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
Fixed debug logging.
This commit is contained in:
parent
3575f44a17
commit
16557ff8b6
@ -4214,8 +4214,8 @@ ngx_http_v2_process_request_body(ngx_http_request_t *r, u_char *pos,
|
|||||||
|
|
||||||
/* update chains */
|
/* update chains */
|
||||||
|
|
||||||
ngx_log_error(NGX_LOG_DEBUG, fc->log, 0,
|
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,
|
||||||
"http2 body update chains");
|
"http2 body update chains");
|
||||||
|
|
||||||
rc = ngx_http_v2_filter_request_body(r);
|
rc = ngx_http_v2_filter_request_body(r);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user