nghttpx: Enable QUIC 0RTT

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-18 11:00:34 +09:00
parent 37e6857307
commit b5c5bf3162
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ ClientHandler *QUICConnectionHandler::handle_new_connection(
assert(SSL_is_quic(ssl));
SSL_set_accept_state(ssl);
SSL_set_quic_early_data_enabled(ssl, 1);
// Disable TLS session ticket if we don't have working ticket
// keys.