We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bfd6f commit 4a49707Copy full SHA for 4a49707
src/node_crypto_bio.cc
@@ -68,8 +68,6 @@ void NodeBIO::AssignEnvironment(Environment* env) {
68
int NodeBIO::New(BIO* bio) {
69
BIO_set_data(bio, new NodeBIO());
70
71
- // XXX Why am I doing it?!
72
- BIO_set_shutdown(bio, 1);
73
BIO_set_init(bio, 1);
74
75
return 1;
0 commit comments