comparison src/http/v3/ngx_http_v3_parse.c @ 7693:36af1dab65e5 quic

Removed comment.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 18 Mar 2020 14:09:50 +0300
parents 268f4389130d
children 5649079a41f4
comparison
equal deleted inserted replaced
7692:268f4389130d 7693:36af1dab65e5
206 return NGX_ERROR; 206 return NGX_ERROR;
207 } 207 }
208 208
209 if (--st->length == 0) { 209 if (--st->length == 0) {
210 if (rc != NGX_DONE) { 210 if (rc != NGX_DONE) {
211 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "XXX len");
212 return NGX_ERROR; 211 return NGX_ERROR;
213 } 212 }
214 213
215 goto done; 214 goto done;
216 } 215 }