mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: Fix regression in tls test
Undefined reference, introduced by a77c29a.
This commit is contained in:
@@ -162,7 +162,7 @@ proxy.listen(proxyPort, function() {
|
||||
proxy.close();
|
||||
server.close();
|
||||
});
|
||||
}).on('error', function() {
|
||||
}).on('error', function(er) {
|
||||
// We're ok with getting ECONNRESET in this test, but it's
|
||||
// timing-dependent, and thus unreliable. Any other errors
|
||||
// are just failures, though.
|
||||
|
||||
Reference in New Issue
Block a user