Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
https: fixes
  • Loading branch information
indutny committed Jan 7, 2016
commit 2ba3898ad1c961b2c305d12b782ea2f23692e53b
2 changes: 1 addition & 1 deletion lib/https.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Server(opts, requestListener) {

this.addListener('tlsClientError', function(err, conn) {
if (!this.emit('clientError', err, conn))
conn.destroy();
conn.destroy(err);
});

this.timeout = 2 * 60 * 1000;
Expand Down