1 parent b22b5e3 commit 4d0416cCopy full SHA for 4d0416c
1 file changed
lib/tls.js
@@ -81,6 +81,11 @@ CryptoStream.prototype.setTimeout = function(n) {
81
};
82
83
84
+CryptoStream.prototype.setNoDelay = function() {
85
+ if (this.socket) this.socket.setNoDelay();
86
+};
87
+
88
89
// EG '/C=US/ST=CA/L=SF/O=Joyent/OU=Node.js/CN=ca1/emailAddress=ry@clouds.org'
90
function parseCertString(s) {
91
var out = {};
0 commit comments