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