Typo in comments
This commit is contained in:
parent
10a07b054e
commit
d966ae57fc
@ -149,7 +149,7 @@ public class ReadTimeoutHandler extends SimpleChannelUpstreamHandler implements
|
|||||||
timer.newTimeout(this, timeoutMillis, TimeUnit.MILLISECONDS);
|
timer.newTimeout(this, timeoutMillis, TimeUnit.MILLISECONDS);
|
||||||
Channels.fireExceptionCaught(ctx, EXCEPTION);
|
Channels.fireExceptionCaught(ctx, EXCEPTION);
|
||||||
} else {
|
} else {
|
||||||
// Read occurred before the timer - set a new timeout with shorter delay.
|
// Read occurred before the timeout - set a new timeout with shorter delay.
|
||||||
ReadTimeoutHandler.this.timeout =
|
ReadTimeoutHandler.this.timeout =
|
||||||
timer.newTimeout(this, nextDelay, TimeUnit.MILLISECONDS);
|
timer.newTimeout(this, nextDelay, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user