Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1709 closed defect (invalid)

Не формируется Push-запрос

Reported by: wladimirmu@… Owned by:
Priority: major Milestone:
Component: nginx-module Version: 1.14.x
Keywords: http2, lua, http2_push, http2_push_preload, header_filter_by_lua_block, ngx.header.link Cc: info@…
uname -a: Linux web 4.4.138-qs #2 SMP Mon Oct 15 13:09:10 MSK 2018 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.14.1
built with OpenSSL 1.1.0f 25 May 2017 (running with OpenSSL 1.1.0j 20 Nov 2018)
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-jqo7Nx/nginx-1.14.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-mail=dynamic --with-mail_ssl_module --add-dynamic-module=/build/nginx-jqo7Nx/nginx-1.14.1/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-jqo7Nx/nginx-1.14.1/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-jqo7Nx/nginx-1.14.1/debian/modules/http-echo --add-dynamic-module=/build/nginx-jqo7Nx/nginx-1.14.1/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-jqo7Nx/nginx-1.14.1/debian/modules/http-subs-filter

Description

Включил http2_push_preload on;, если делать заголовок с nginx или php-fpm всё проходит корректно. Но если я делаю заголовки с lua из header_filter_by_lua_block {} при помощи ngx.header.link то заголовки есть, а push-запросов нет.

Change History (2)

comment:1 by Maxim Dounin, 5 years ago

Resolution: invalid
Status: newclosed

Проблемы в сторонних модулях стоит адресовать авторам этих модулей.

in reply to:  1 comment:2 by wladimirmu@…, 5 years ago

Replying to mdounin:

Проблемы в сторонних модулях стоит адресовать авторам этих модулей.

ТО есть проблема всё таки не в http2 модуле?

Note: See TracTickets for help on using tickets.