Hi Valentin
Thanks for your email.
if it sees the end of buffer chain in nginx, it adds the END_STREAM flag
Here the buffer chain means the ssl buffer?
The thing I am curious is that why nginx need to carry a data frame whose
payload length is zero. Nginx could add the E
On пятница, 1 сентября 2017 г. 19:59:04 MSK Muhui Jiang wrote:
> Hi
>
> I am using nginx 1.9.15. I noticed when I made a HTTP2 request to the
> nginx. It will send the data frames that carry the object first. But end
> with a data frame whose length is zero indicating the Data end flag.
>
> I am
Hi
I am using nginx 1.9.15. I noticed when I made a HTTP2 request to the
nginx. It will send the data frames that carry the object first. But end
with a data frame whose length is zero indicating the Data end flag.
I am curious why you guys design in this way. I think we don't need this
extra dat