comparison auto/modules @ 8226:268f4389130d quic

Refactored HTTP/3 parser.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 18 Mar 2020 13:46:35 +0300
parents ae35ccba7aa6
children 0e6528551f26
comparison
equal deleted inserted replaced
8225:714a19dba6af 8226:268f4389130d
410 # XXX for Huffman 410 # XXX for Huffman
411 HTTP_V2=YES 411 HTTP_V2=YES
412 412
413 ngx_module_name=ngx_http_v3_module 413 ngx_module_name=ngx_http_v3_module
414 ngx_module_incs=src/http/v3 414 ngx_module_incs=src/http/v3
415 ngx_module_deps=src/http/v3/ngx_http_v3.h 415 ngx_module_deps="src/http/v3/ngx_http_v3.h \
416 src/http/v3/ngx_http_v3_parse.h"
416 ngx_module_srcs="src/http/v3/ngx_http_v3.c \ 417 ngx_module_srcs="src/http/v3/ngx_http_v3.c \
418 src/http/v3/ngx_http_v3_parse.c \
417 src/http/v3/ngx_http_v3_tables.c \ 419 src/http/v3/ngx_http_v3_tables.c \
418 src/http/v3/ngx_http_v3_streams.c \ 420 src/http/v3/ngx_http_v3_streams.c \
419 src/http/v3/ngx_http_v3_request.c \ 421 src/http/v3/ngx_http_v3_request.c \
420 src/http/v3/ngx_http_v3_module.c" 422 src/http/v3/ngx_http_v3_module.c"
421 ngx_module_libs= 423 ngx_module_libs=