]> git.kaiwu.me - nginx.git/commit
QUIC: limited the number of client-initiated streams.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jul 2020 16:15:17 +0000 (19:15 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jul 2020 16:15:17 +0000 (19:15 +0300)
commit77384356cea5750aee576b7d4a68aa0b0a1c13a1
treeca64a61743db5e2002e2ae4b9d584a05b96e4fbb
parenta1f7106bf76bad578e63a62cf992c06912a15274
QUIC: limited the number of client-initiated streams.

The limits on active bidi and uni client streams are maintained at their
initial values initial_max_streams_bidi and initial_max_streams_uni by sending
a MAX_STREAMS frame upon each client stream closure.

Also, the following is changed for data arriving to non-existing streams:

- if a stream was already closed, such data is ignored
- when creating a new stream, all streams of the same type with lower ids are
  created too
src/event/ngx_event_quic.c