]> git.kaiwu.me - nginx.git/commit
QUIC: simplified ngx_quic_cbs_recv_rcd()
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 15 Apr 2026 18:22:43 +0000 (22:22 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Thu, 16 Apr 2026 11:25:55 +0000 (15:25 +0400)
commitea72fa1d92af638e23def2da1790b9b0566bd23b
treed508d07b31186ae0183156b98200ed4f38c8fb23
parent4dd7ec9ae48df272cef2a1ecd4de0a237783828a
QUIC: simplified ngx_quic_cbs_recv_rcd()

There's no need in for-loop, a single buffer is fed at a time.
src/event/quic/ngx_event_quic_ssl.c