mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 00:42:38 -04:00
QUIC: style.
This commit is contained in:
parent
2ce3eeeeb7
commit
089d1f6530
2 changed files with 4 additions and 3 deletions
|
|
@ -85,11 +85,11 @@
|
|||
#define ngx_http_v3_get_session(c) ngx_http_quic_get_connection(c)->v3_session
|
||||
|
||||
#define ngx_http_v3_get_module_loc_conf(c, module) \
|
||||
ngx_http_get_module_loc_conf(ngx_http_quic_get_connection(c)->conf_ctx, \
|
||||
ngx_http_get_module_loc_conf(ngx_http_quic_get_connection(c)->conf_ctx, \
|
||||
module)
|
||||
|
||||
#define ngx_http_v3_get_module_srv_conf(c, module) \
|
||||
ngx_http_get_module_srv_conf(ngx_http_quic_get_connection(c)->conf_ctx, \
|
||||
ngx_http_get_module_srv_conf(ngx_http_quic_get_connection(c)->conf_ctx, \
|
||||
module)
|
||||
|
||||
#define ngx_http_v3_finalize_connection(c, code, reason) \
|
||||
|
|
|
|||
|
|
@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection_t *c,
|
|||
|
||||
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) {
|
||||
return NGX_AGAIN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue