diff --git a/src/node_crypto_clienthello-inl.h b/src/node_crypto_clienthello-inl.h index ed89ffa99666b2..7acf9a6c791250 100644 --- a/src/node_crypto_clienthello-inl.h +++ b/src/node_crypto_clienthello-inl.h @@ -19,6 +19,7 @@ inline void ClientHelloParser::Reset() { tls_ticket_ = nullptr; servername_size_ = 0; servername_ = nullptr; + ocsp_request_ = 0; } inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb,