comparison src/http/v2/ngx_http_v2.c @ 7921:2245324a507a

Fixed debug logging.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 02 Sep 2021 12:25:37 +0300
parents 29795b697e14
children e9f402bfe37e
comparison
equal deleted inserted replaced
7920:2b2607d13fe9 7921:2245324a507a
4212 return NGX_HTTP_INTERNAL_SERVER_ERROR; 4212 return NGX_HTTP_INTERNAL_SERVER_ERROR;
4213 } 4213 }
4214 4214
4215 /* update chains */ 4215 /* update chains */
4216 4216
4217 ngx_log_error(NGX_LOG_DEBUG, fc->log, 0, 4217 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0,
4218 "http2 body update chains"); 4218 "http2 body update chains");
4219 4219
4220 rc = ngx_http_v2_filter_request_body(r); 4220 rc = ngx_http_v2_filter_request_body(r);
4221 4221
4222 if (rc != NGX_OK) { 4222 if (rc != NGX_OK) {
4223 return rc; 4223 return rc;