From 2437532e7fdb6f8900b05740058342e4d635a2e5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 15 Feb 2018 17:51:32 +0300 Subject: 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. --- auto/modules | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 26b05bd8b..b9fa3bbea 100644 --- a/auto/modules +++ b/auto/modules @@ -420,6 +420,7 @@ if [ $HTTP = YES ]; then if [ $HTTP_V2 = YES ]; then have=NGX_HTTP_V2 . auto/have + have=NGX_HTTP_HEADERS . auto/have ngx_module_name=ngx_http_v2_module ngx_module_incs=src/http/v2 -- cgit