﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1672	expose ngx_http_v2_push_resource in ngx_http_v2_filter_module	windjian@…		"At now, nginx server push is implemented in  header filter module, and no api is exposed.

As a result, http2_push can only push resources to the uri where http2_push config is located. 

But we want to hold a request of one uri, ""POLL_REQ"", during the connection lifetime. Another uri accept data from backend. Then push the received data to POLL_REQ as mentioned above. On POLL_REQ stream, only PUSH_PROMISE frame is sent from the server side, no HEAD or DATA frame would send. [https://developer.amazon.com/zh/docs/alexa-voice-service/manage-http2-connection.html]

Could you expose the ngx_http_v2_push_resource api so that I can implement the AVS mechanism? I am not sure about whether it is reasonable.

Sorry for my poor english."	enhancement	closed	critical		other	1.15.x	wontfix				"nginx version: nginx/1.14.0
built by gcc 4.8.5 (Ubuntu 4.8.5-4ubuntu2) 
built with OpenSSL 1.0.2p  14 Aug 2018
TLS SNI support enabled
configure arguments: --prefix=/home/tylerli/workspace/nginx/../nginx-install --with-http_ssl_module --with-http_v2_module --with-openssl=../thirdparty/openssl-1.0.2p --with-debug"
