comparison auto/unix @ 8496:c5324bb3a704 quic

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
author Roman Arutyunyan <arut@nginx.com>
date Mon, 27 Jul 2020 19:15:17 +0300
parents efd71d49bde0
children 8cc5b0365ee5
comparison
equal deleted inserted replaced
8495:455a8536eaa7 8496:c5324bb3a704