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