diff auto/modules @ 8774:f4d3f5d93a82 quic

HTTP/3: moved session initialization to a separate file. Previously it was in ngx_http_v3_streams.c, but it's unrelated to streams.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 15:15:48 +0300
parents b43e50f47b2e
children d4a6c03cfcb6
line wrap: on
line diff
--- a/auto/modules
+++ b/auto/modules
@@ -431,7 +431,8 @@ if [ $HTTP = YES ]; then
                          src/http/v3/ngx_http_v3_parse.h \
                          src/http/v3/ngx_http_v3_tables.h \
                          src/http/v3/ngx_http_v3_streams.h"
-        ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \
+        ngx_module_srcs="src/http/v3/ngx_http_v3.c \
+                         src/http/v3/ngx_http_v3_encode.c \
                          src/http/v3/ngx_http_v3_parse.c \
                          src/http/v3/ngx_http_v3_tables.c \
                          src/http/v3/ngx_http_v3_streams.c \