]> git.kaiwu.me - nginx.git/commit
QUIC: ngx_quic_copy_buffer() function.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 31 Jan 2023 10:12:18 +0000 (14:12 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 31 Jan 2023 10:12:18 +0000 (14:12 +0400)
commit341c21c9f6373ceeb0ad2513e14c5cd97e958b28
treef2a7369f0f992f1ba534e9a399c68503f252c5ed
parentc3edcc17b6843bbfeb61f2dc7c51115b6a4272b0
QUIC: ngx_quic_copy_buffer() function.

The function copies passed data to QUIC buffer chain and returns it.
The chain can be used in ngx_quic_frame_t data field.
src/event/quic/ngx_event_quic_frames.c
src/event/quic/ngx_event_quic_frames.h
src/event/quic/ngx_event_quic_ssl.c