comparison auto/modules @ 7207:3d2b0b02bd3d

HTTP/2: push additional request headers (closes #1478). The Accept-Encoding, Accept-Language, and User-Agent header fields are now copied from the original request to pushed requests.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Feb 2018 17:51:32 +0300
parents 0bb747b2d7cb
children 87e9e4aabf1b
comparison
equal deleted inserted replaced
7206:33edea74bd58 7207:3d2b0b02bd3d
418 418
419 ngx_module_type=HTTP 419 ngx_module_type=HTTP
420 420
421 if [ $HTTP_V2 = YES ]; then 421 if [ $HTTP_V2 = YES ]; then
422 have=NGX_HTTP_V2 . auto/have 422 have=NGX_HTTP_V2 . auto/have
423 have=NGX_HTTP_HEADERS . auto/have
423 424
424 ngx_module_name=ngx_http_v2_module 425 ngx_module_name=ngx_http_v2_module
425 ngx_module_incs=src/http/v2 426 ngx_module_incs=src/http/v2
426 ngx_module_deps="src/http/v2/ngx_http_v2.h \ 427 ngx_module_deps="src/http/v2/ngx_http_v2.h \
427 src/http/v2/ngx_http_v2_module.h" 428 src/http/v2/ngx_http_v2_module.h"