Netty Http2FrameCodec Error Handling for SETTINGS Frames with Exceeding MAX_FRAME_SIZE
This issue discusses a problem with the Netty library, where the Http2FrameCodec fails to handle certain types of HTTP/2 frames correctly. Specifically, when the SETTINGS frame is sent with a value greater than the maximum allowed value for the MAX_FRAME_SIZE parameter, the codec fails to handle subsequent frames correctly. This can lead to a variety of issues, including corrupted data and connection failures. The issue has been identified and a fix has been proposed, but it has not yet been merged into the main branch of the library.
原文地址: https://www.cveoy.top/t/topic/lIlt 著作权归作者所有。请勿转载和采集!