comparison auto/modules @ 8009:6e1798a4a0d2 quic

HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c. The file contains only encoding functions.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 13 Jul 2020 12:38:08 +0300
parents 893b3313f53c
children 0875101c08f7
comparison
equal deleted inserted replaced
8008:e24f7b50ba1d 8009:6e1798a4a0d2
413 413
414 ngx_module_name=ngx_http_v3_module 414 ngx_module_name=ngx_http_v3_module
415 ngx_module_incs=src/http/v3 415 ngx_module_incs=src/http/v3
416 ngx_module_deps="src/http/v3/ngx_http_v3.h \ 416 ngx_module_deps="src/http/v3/ngx_http_v3.h \
417 src/http/v3/ngx_http_v3_parse.h" 417 src/http/v3/ngx_http_v3_parse.h"
418 ngx_module_srcs="src/http/v3/ngx_http_v3.c \ 418 ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \
419 src/http/v3/ngx_http_v3_parse.c \ 419 src/http/v3/ngx_http_v3_parse.c \
420 src/http/v3/ngx_http_v3_tables.c \ 420 src/http/v3/ngx_http_v3_tables.c \
421 src/http/v3/ngx_http_v3_streams.c \ 421 src/http/v3/ngx_http_v3_streams.c \
422 src/http/v3/ngx_http_v3_request.c \ 422 src/http/v3/ngx_http_v3_request.c \
423 src/http/v3/ngx_http_v3_module.c" 423 src/http/v3/ngx_http_v3_module.c"