Welcome! Log In Create A New Profile

Advanced

[PATCH] QUIC: style

Maxim Dounin
May 11, 2023 06:32PM
# HG changeset patch
# User Maxim Dounin <mdounin@mdounin.ru>
# Date 1683820081 -10800
# Thu May 11 18:48:01 2023 +0300
# Branch quic
# Node ID 7d67fe09bcad6bc7e375c4d889787b8b57017856
# Parent b9230e37b8a19e594d201dcc1e6dd8fc666feaf0
QUIC: style.

diff --git a/src/http/v3/ngx_http_v3.h b/src/http/v3/ngx_http_v3.h
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -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) \
diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c
--- a/src/http/v3/ngx_http_v3_parse.c
+++ b/src/http/v3/ngx_http_v3_parse.c
@@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection

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;
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] QUIC: style

Maxim Dounin 312 May 11, 2023 06:32PM

Re: [PATCH] QUIC: style

Roman Arutyunyan 77 May 12, 2023 01:36AM

Re: [PATCH] QUIC: style

Maxim Dounin 99 May 12, 2023 08:58AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 321
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready