QUIC: style.

This commit is contained in:
Maxim Dounin 2023-05-11 18:48:01 +03:00
parent 2ce3eeeeb7
commit 089d1f6530
2 changed files with 4 additions and 3 deletions

View File

@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection_t *c,
case sw_start: case sw_start:
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse field l"); ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http3 parse field l");
if (b->pos == b->last) { if (b->pos == b->last) {
return NGX_AGAIN; return NGX_AGAIN;