diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 15:15:48 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2021-05-05 15:15:48 +0300 |
| commit | 9e05c357cc20c6673480e45e554a5b1c69b0e413 (patch) | |
| tree | 96f2707105c92a7aa03135c103411f9c36ef0f89 /auto/modules | |
| parent | de75c7e3e21822a909391a4b3ccaac7914c8641d (diff) | |
| download | nginx-9e05c357cc20c6673480e45e554a5b1c69b0e413.tar.gz nginx-9e05c357cc20c6673480e45e554a5b1c69b0e413.tar.bz2 | |
HTTP/3: moved session initialization to a separate file.
Previously it was in ngx_http_v3_streams.c, but it's unrelated to streams.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
