]> git.kaiwu.me - nginx.git/commit
QUIC: return written size from ngx_quic_write_chain().
authorRoman Arutyunyan <arut@nginx.com>
Thu, 13 Jan 2022 08:34:42 +0000 (11:34 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 13 Jan 2022 08:34:42 +0000 (11:34 +0300)
commit2ba20e3451ca5f31ad7a9811081b85d92472082c
tree6189530afc7367ea33d7ef5a9c6bc257f891073c
parent2f28342e088b61e1605391ada79db703f047c5f2
QUIC: return written size from ngx_quic_write_chain().

This allows to escape calculating it before calling the function.
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