From 9e05c357cc20c6673480e45e554a5b1c69b0e413 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 5 May 2021 15:15:48 +0300 Subject: HTTP/3: moved session initialization to a separate file. Previously it was in ngx_http_v3_streams.c, but it's unrelated to streams. --- auto/modules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auto') diff --git a/auto/modules b/auto/modules index 464111263..d454466af 100644 --- 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 \ -- cgit