diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-07-27 19:15:17 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-07-27 19:15:17 +0300 |
commit | 77384356cea5750aee576b7d4a68aa0b0a1c13a1 (patch) | |
tree | ca64a61743db5e2002e2ae4b9d584a05b96e4fbb /src/http/ngx_http_request.c | |
parent | a1f7106bf76bad578e63a62cf992c06912a15274 (diff) | |
download | nginx-77384356cea5750aee576b7d4a68aa0b0a1c13a1.tar.gz nginx-77384356cea5750aee576b7d4a68aa0b0a1c13a1.zip |
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
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions