Re: Make ngx_http_v2_push_resource api public

2018-11-13 Thread Maxim Dounin
Hello! On Mon, Nov 12, 2018 at 10:29:50PM -0500, Cubic wrote: > I am intend to write an Nginx module which support downstream message push > through http2 protocol. > > The main process is as below. > 1. Client connect to Nginx and use http2 protocol to send a long polling > request stream. > 2.

Make ngx_http_v2_push_resource api public

2018-11-12 Thread Cubic
I am intend to write an Nginx module which support downstream message push through http2 protocol. The main process is as below. 1. Client connect to Nginx and use http2 protocol to send a long polling request stream. 2. Nginx hold this long polling request stream and wait downstream messages. 3.