]> git.kaiwu.me - nginx.git/commit
QUIC: make sure stream data size is lower than final size.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 25 May 2021 13:41:59 +0000 (16:41 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 25 May 2021 13:41:59 +0000 (16:41 +0300)
commit1677503f98ca577745f95508bf73dbbaf36c4b21
tree8d4923d6d1dcb3cce8dff3726f7511a9200f2452
parentcd86cf34db80c517c8e26bb81bc393065eb96eda
QUIC: make sure stream data size is lower than final size.

As per quic-transport 34, FINAL_SIZE_ERROR is generated if an endpoint received
a STREAM frame or a RESET_STREAM frame containing a final size that was lower
than the size of stream data that was already received.
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_streams.c