diff --git a/iocore/net/quic/QUICTLS.cc b/iocore/net/quic/QUICTLS.cc index b0317f27a5e..4764ea1962e 100644 --- a/iocore/net/quic/QUICTLS.cc +++ b/iocore/net/quic/QUICTLS.cc @@ -130,7 +130,7 @@ QUICTLS::handshake(QUICHandshakeMsgs **out, const QUICHandshakeMsgs *in) return this->_process_post_handshake_messages(*out, in); } - return 0; + return 1; } return this->_handshake(out, in);