]> git.kaiwu.me - nginx.git/commit
QUIC: eliminated stream type from ngx_quic_stream_frame_t.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 28 Jul 2021 10:21:47 +0000 (13:21 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 28 Jul 2021 10:21:47 +0000 (13:21 +0300)
commitb7a5224bd8b2976c2978b0be2569a44de730c000
tree100eabc19e54b3ec88a6d0f4aa9cc46533617511
parent00ca66455b986d63576e653c9892c6eea91bf312
QUIC: eliminated stream type from ngx_quic_stream_frame_t.

The information about the type is contained in off/len/fin bits.

Also, where possible, only the first stream type (0x08) is used for simplicity.
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_frames.c
src/event/quic/ngx_event_quic_streams.c
src/event/quic/ngx_event_quic_transport.c
src/event/quic/ngx_event_quic_transport.h