Fix typo in comment introduced by 83ab4ef5e3

This commit is contained in:
Norman Maurer 2018-12-14 11:08:43 +01:00
parent 75e6f597ce
commit a213fbba69

View File

@ -531,7 +531,7 @@ public class Http2ConnectionHandler extends ByteToMessageDecoder implements Http
// Discard bytes of the cumulation buffer if needed.
discardSomeReadBytes();
// Ensure we never stale the HTTP/2 Channel. Flow-control is enforced by HTTP/2.
// Ensure we never stall the HTTP/2 Channel. Flow-control is enforced by HTTP/2.
//
// See https://tools.ietf.org/html/rfc7540#section-5.2.2
if (!ctx.channel().config().isAutoRead()) {