diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-03-18 14:09:50 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-03-18 14:09:50 +0300 |
commit | 85430505feb676dd45ca65ea75a0ccd0ed32ea3a (patch) | |
tree | 281f7101e41013c0c4097555bdaa6a88bc48cd1e /src/http/v3/ngx_http_v3_parse.c | |
parent | 01dc7445f0fc392edd4f4e23f4fa1af69af68e41 (diff) | |
download | nginx-85430505feb676dd45ca65ea75a0ccd0ed32ea3a.tar.gz nginx-85430505feb676dd45ca65ea75a0ccd0ed32ea3a.zip |
Removed comment.
Diffstat (limited to 'src/http/v3/ngx_http_v3_parse.c')
-rw-r--r-- | src/http/v3/ngx_http_v3_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c index e0b28a6c3..0fd44bc40 100644 --- 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_t *c, ngx_http_v3_parse_headers_t *st, if (--st->length == 0) { if (rc != NGX_DONE) { -ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "XXX len"); return NGX_ERROR; } |