]> git.kaiwu.me - nginx.git/commit
QUIC: posted generating TLS Key Update next keys.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 25 Aug 2023 09:51:38 +0000 (13:51 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 25 Aug 2023 09:51:38 +0000 (13:51 +0400)
commit24f3cb795e2d822be39387d828ac2ddc28f775fb
treeb887af0b576f764fb8980e530e28c9850560557d
parentf42519ff54c0ffecc2751f7957a5c3c9f1c53dfb
QUIC: posted generating TLS Key Update next keys.

Since at least f9fbeb4ee0de and certainly after 924882f42dea, which
TLS Key Update support predates, queued data output is deferred to a
posted push handler.  To address timing signals after these changes,
generating next keys is now posted to run after the push handler.
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_protection.c
src/event/quic/ngx_event_quic_protection.h
src/event/quic/ngx_event_quic_ssl.c