SURYAS1306 commented on PR #16058: URL: https://github.com/apache/dubbo/pull/16058#issuecomment-3819138439
Hi maintainers, This PR fixes an issue where the Triple client continued deframing even when response headers were invalid (for example, non-gRPC HTTP responses returned by gateways like APISIX). The client now fails fast when header validation fails and immediately cancels the stream, ensuring invalid responses never reach the gRPC deframer. Thanks for reviewing. -- 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]
