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.
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.