]> git.kaiwu.me - nginx.git/commit
QUIC: generic buffering for stream input.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 5 May 2021 14:15:20 +0000 (17:15 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 5 May 2021 14:15:20 +0000 (17:15 +0300)
commita8c8b33144a8e46a87113ed5bd8acb4b9aef18eb
treeadff8398db1c61f5c20fadf4700c2fbb77ac5411
parent8f0d5edf63b385c013571439c4af3b2f0fe2c856
QUIC: generic buffering for stream input.

Previously each stream had an input buffer.  Now memory is allocated as
bytes arrive.  Generic buffering mechanism is used for this.
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_frames.c
src/event/quic/ngx_event_quic_frames.h
src/event/quic/ngx_event_quic_streams.c