# HG changeset patch # User Roman Arutyunyan # Date 1584529790 -10800 # Node ID 36af1dab65e58b4579b6bcb98afccffed8762064 # Parent 268f4389130de67bdbc7ae53a3a40fceed3081ce Removed comment. diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c --- a/src/http/v3/ngx_http_v3_parse.c +++ b/src/http/v3/ngx_http_v3_parse.c @@ -208,7 +208,6 @@ ngx_http_v3_parse_headers(ngx_connection if (--st->length == 0) { if (rc != NGX_DONE) { -ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "XXX len"); return NGX_ERROR; }