]> git.kaiwu.me - nginx.git/commitdiff
HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 13 Jul 2020 09:38:08 +0000 (12:38 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 13 Jul 2020 09:38:08 +0000 (12:38 +0300)
The file contains only encoding functions.

auto/modules
src/http/v3/ngx_http_v3_encode.c [moved from src/http/v3/ngx_http_v3.c with 100% similarity]

index d213fb451f6a729f02d8a5e25c9932e308dbd046..e8f773a4fda837a4d148287044ae040d1dfa68a7 100644 (file)
@@ -415,7 +415,7 @@ if [ $HTTP = YES ]; then
         ngx_module_incs=src/http/v3
         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 \
+        ngx_module_srcs="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 \