fix streams typo

This commit is contained in:
AJ ONeal 2016-10-11 15:43:09 -06:00
parent 689efb4504
commit 1b0ce88988
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ stunnel.connect({
httpsServer.emit('connection', myDuplex);
if (cb) {
cb();
process.nextTick(cb);
}
return myDuplex2;