gaoxiaolei-s59 opened a new pull request, #16391: URL: https://github.com/apache/dubbo/pull/16391
## What is the purpose of the change Fixes #16389. Triple HTTP/2 wraps DATA frames in an auto-closing input stream. When a DATA frame arrives after the streaming decoder starts closing or has closed, the decoder previously returned without closing that stream, leaving the underlying ByteBuf unreleased. ## Brief changelog - Close input streams rejected while the decoder is closing or closed. - Propagate input close failures as DecodeException. - Add regression coverage for both closing and closed decoder states. ## Verifying this change - LengthFieldStreamingDecoderTest: 2 tests passed. - All dubbo-remoting-http12 tests: 23 tests passed, 2 skipped. - Spotless and reactor compilation checks passed. The broader dependency-reactor test run reached 1,165 dubbo-common tests and was stopped by the pre-existing environment-sensitive NetUtilsTest.testMatchIpRangeMatchWhenIpWrongException failure; the target module had not started in that run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
