summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_clienthello-inl.h')
-rw-r--r--src/node_crypto_clienthello-inl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_crypto_clienthello-inl.h b/src/node_crypto_clienthello-inl.h
index ed89ffa996..7acf9a6c79 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,