nghttpx: Enable QUIC 0RTT
This commit is contained in:
parent
44663a7e6e
commit
f46984d218
|
@ -143,6 +143,7 @@ ClientHandler *QUICConnectionHandler::handle_new_connection(
|
||||||
assert(SSL_is_quic(ssl));
|
assert(SSL_is_quic(ssl));
|
||||||
|
|
||||||
SSL_set_accept_state(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
|
// Disable TLS session ticket if we don't have working ticket
|
||||||
// keys.
|
// keys.
|
||||||
|
|
Loading…
Reference in New Issue