comparison src/http/v3/ngx_http_v3_parse.c @ 9090:7d67fe09bcad quic tip

QUIC: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 May 2023 18:48:01 +0300
parents 5b1011b5702b
children
comparison
equal deleted inserted replaced
9089:b9230e37b8a1 9090:7d67fe09bcad
866 866
867 switch (st->state) { 867 switch (st->state) {
868 868
869 case sw_start: 869 case sw_start:
870 870
871 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse field l"); 871 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
872 "http3 parse field l");
872 873
873 if (b->pos == b->last) { 874 if (b->pos == b->last) {
874 return NGX_AGAIN; 875 return NGX_AGAIN;
875 } 876 }
876 877