socks: minor.
This commit is contained in:
parent
c6aad6448c
commit
00dccf0d5d
@ -212,7 +212,7 @@ SOCKS.prototype.handleClose = function handleClose() {
|
||||
var state;
|
||||
|
||||
if (this.state !== this.target) {
|
||||
state = SOCKS.statesByVal[this.target];
|
||||
state = SOCKS.statesByVal[this.state];
|
||||
this.error('SOCKS request destroyed (state=%s).', state);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user