]> git.kaiwu.me - nginx.git/commit
QUIC: limited the number of server-initiated streams.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jul 2020 15:51:42 +0000 (18:51 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jul 2020 15:51:42 +0000 (18:51 +0300)
commita1f7106bf76bad578e63a62cf992c06912a15274
treed26e10635900fb99edfbcb984c67927f31855a07
parent5e036a6bef567bbe4e87ce7958ab76663ed3242e
QUIC: limited the number of server-initiated streams.

Also, ngx_quic_create_uni_stream() is replaced with
ngx_quic_open_stream() which is capable of creating a bidi stream.
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/http/v3/ngx_http_v3_streams.c