# HG changeset patch # User Roman Arutyunyan # Date 1594633088 -10800 # Node ID 6e1798a4a0d2c2d7dc45402225cd81b0ba564902 # Parent e24f7b50ba1d4d47e4b5298d8aaf443ce94beb1f HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c. The file contains only encoding functions. diff --git a/auto/modules b/auto/modules --- a/auto/modules +++ b/auto/modules @@ -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 \ diff --git a/src/http/v3/ngx_http_v3.c b/src/http/v3/ngx_http_v3_encode.c rename from src/http/v3/ngx_http_v3.c rename to src/http/v3/ngx_http_v3_encode.c