We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d177 commit c985095Copy full SHA for c985095
1 file changed
src/node_crypto_bio.cc
@@ -301,6 +301,7 @@ void NodeBIO::Reset() {
301
302
read_head_ = read_head_->next_;
303
}
304
+ write_head_ = read_head_;
305
assert(length_ == 0);
306
307
0 commit comments