diff --git a/src/shrpx_quic_connection_handler.cc b/src/shrpx_quic_connection_handler.cc index 7fc1965a..c09a4650 100644 --- a/src/shrpx_quic_connection_handler.cc +++ b/src/shrpx_quic_connection_handler.cc @@ -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.