Latest update - 9152

This commit is contained in:
2023-08-27 21:42:48 +09:00
parent 6610b969d9
commit 010239a218
6 changed files with 39 additions and 16 deletions
+1 -3
View File
@@ -482,9 +482,7 @@ ngx_quic_crypto_input(ngx_connection_t *c, ngx_chain_t *data)
* Generating next keys before a key update is received.
*/
if (ngx_quic_keys_update(c, qc->keys) != NGX_OK) {
return NGX_ERROR;
}
ngx_post_event(&qc->key_update, &ngx_posted_events);
/*
* RFC 9001, 4.9.2. Discarding Handshake Keys