summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-03-18 13:46:35 +0300
committerRoman Arutyunyan <arut@nginx.com>2020-03-18 13:46:35 +0300
commit01dc7445f0fc392edd4f4e23f4fa1af69af68e41 (patch)
tree657cd38c8b0c6d5c2ef1cfda26a8e9ccbdddbb5e /auto
parent023dbc3cfb73793ac84557ee0d228e63a6cd2308 (diff)
downloadnginx-01dc7445f0fc392edd4f4e23f4fa1af69af68e41.tar.gz
nginx-01dc7445f0fc392edd4f4e23f4fa1af69af68e41.tar.bz2
Refactored HTTP/3 parser.
Diffstat (limited to 'auto')
-rw-r--r--auto/modules4
1 files changed, 3 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules
index 24bbcb2ae..abd3aa4b9 100644
--- a/auto/modules
+++ b/auto/modules
@@ -412,8 +412,10 @@ if [ $HTTP = YES ]; then
ngx_module_name=ngx_http_v3_module
ngx_module_incs=src/http/v3
- ngx_module_deps=src/http/v3/ngx_http_v3.h
+ ngx_module_deps="src/http/v3/ngx_http_v3.h \
+ src/http/v3/ngx_http_v3_parse.h"
ngx_module_srcs="src/http/v3/ngx_http_v3.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 \
src/http/v3/ngx_http_v3_request.c \