]> git.kaiwu.me - nginx.git/commit
QUIC: introduced function ngx_quic_split_chain().
authorRoman Arutyunyan <arut@nginx.com>
Mon, 17 Jan 2022 11:39:04 +0000 (14:39 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 17 Jan 2022 11:39:04 +0000 (14:39 +0300)
commit8a67a56091a04055edee4d551e78beacaf79c17a
tree76fb4ca559362d41110c717c438917c248d934f8
parent6844eeb9c9d9d978ec58c48a7fffc99b21bd7b20
QUIC: introduced function ngx_quic_split_chain().

The function splits a buffer at given offset.  The function is now
called from ngx_quic_read_chain() and ngx_quic_write_chain(), which
simplifies both functions.
src/event/quic/ngx_event_quic_frames.c