]> git.kaiwu.me - nginx.git/commit
QUIC: ngx_quic_buffer_t object.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 14 Feb 2022 12:27:59 +0000 (15:27 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 14 Feb 2022 12:27:59 +0000 (15:27 +0300)
commit8b3a050f3b5995631f1a8011916283b9b7424d6b
treee90ed757434e4cb3c1d8310d0ef00861474ac718
parent7c4b4f4d540de7959311ab0f6bfafac5ab46f67b
QUIC: ngx_quic_buffer_t object.

The object is used instead of ngx_chain_t pointer for buffer operations like
ngx_quic_write_chain() and ngx_quic_read_chain().  These functions are renamed
to ngx_quic_write_buffer() and ngx_quic_read_buffer().
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_frames.c
src/event/quic/ngx_event_quic_frames.h
src/event/quic/ngx_event_quic_ssl.c
src/event/quic/ngx_event_quic_streams.c