Fix grammar
This commit is contained in:
parent
397830d238
commit
559b860ff6
@ -69,7 +69,7 @@ public abstract class ByteToByteEncoder extends ChannelOutboundByteHandlerAdapte
|
||||
cause = new EncoderException(t);
|
||||
}
|
||||
if (encoded) {
|
||||
cause = new IncompleteFlushException("Unable to encoded all bytes", cause);
|
||||
cause = new IncompleteFlushException("unable to encode all bytes", cause);
|
||||
}
|
||||
in.discardSomeReadBytes();
|
||||
promise.setFailure(cause);
|
||||
|
Loading…
Reference in New Issue
Block a user