tls: delete useless removeListener call
onclose was never attached to 'end' so this call to remove this listener is useless. Delete it.
This commit is contained in:
parent
a93424da4a
commit
19b87bbda0
@ -1373,7 +1373,6 @@ function pipe(pair, socket) {
|
|||||||
|
|
||||||
function onclose() {
|
function onclose() {
|
||||||
socket.removeListener('error', onerror);
|
socket.removeListener('error', onerror);
|
||||||
socket.removeListener('end', onclose);
|
|
||||||
socket.removeListener('timeout', ontimeout);
|
socket.removeListener('timeout', ontimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user