comparison auto/modules @ 8434:f4d3f5d93a82 quic

HTTP/3: moved session initialization to a separate file. Previously it was in ngx_http_v3_streams.c, but it's unrelated to streams.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 05 May 2021 15:15:48 +0300
parents b43e50f47b2e
children d4a6c03cfcb6
comparison
equal deleted inserted replaced
8433:b43e50f47b2e 8434:f4d3f5d93a82
429 ngx_module_deps="src/http/v3/ngx_http_v3.h \ 429 ngx_module_deps="src/http/v3/ngx_http_v3.h \
430 src/http/v3/ngx_http_v3_encode.h \ 430 src/http/v3/ngx_http_v3_encode.h \
431 src/http/v3/ngx_http_v3_parse.h \ 431 src/http/v3/ngx_http_v3_parse.h \
432 src/http/v3/ngx_http_v3_tables.h \ 432 src/http/v3/ngx_http_v3_tables.h \
433 src/http/v3/ngx_http_v3_streams.h" 433 src/http/v3/ngx_http_v3_streams.h"
434 ngx_module_srcs="src/http/v3/ngx_http_v3_encode.c \ 434 ngx_module_srcs="src/http/v3/ngx_http_v3.c \
435 src/http/v3/ngx_http_v3_encode.c \
435 src/http/v3/ngx_http_v3_parse.c \ 436 src/http/v3/ngx_http_v3_parse.c \
436 src/http/v3/ngx_http_v3_tables.c \ 437 src/http/v3/ngx_http_v3_tables.c \
437 src/http/v3/ngx_http_v3_streams.c \ 438 src/http/v3/ngx_http_v3_streams.c \
438 src/http/v3/ngx_http_v3_request.c \ 439 src/http/v3/ngx_http_v3_request.c \
439 src/http/v3/ngx_http_v3_module.c" 440 src/http/v3/ngx_http_v3_module.c"