netty5/codec-http2
Aayush Atharva 7d9b009cdf Fix typo in Http2FrameCodec#write(...) comment
Motivation:
`Http2FrameCodec#write(...)` has typo in comment.
`// In the event of manual SETTINGS ACK is is assumed the encoder will apply the earliest received but not`.
The typo is `is is`. However, it should be `it is`.

Modification:
Changed `is is` to `it is`.

Result:
Correct comment without typos.
2020-11-02 08:49:35 +01:00
..
src Fix typo in Http2FrameCodec#write(...) comment 2020-11-02 08:49:35 +01:00
pom.xml Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00