netty5/codec-http2/src
Liyuan f7795c81a5 Remove duplicate HTTP2 payload length check against max frame size
Motivation:

In the method processHeaderState(), we have checked the http2 payload length against max frame size. But later for
different types of frames, we checked this again.

Modifications:

Removed the duplicate check in verify*() methods. And removed verifyPayloadLength() method, since it will not be used anymore.

Result:

Remove duplicate check and make the code cleaner.
2021-04-21 16:13:07 +02:00
..
main Remove duplicate HTTP2 payload length check against max frame size 2021-04-21 16:13:07 +02:00
test Fix StreamBufferingEncoder GOAWAY bug (#11144) 2021-04-19 16:05:53 +02:00