grpc-java/netty
Eric Anderson 2e96fbf1e8 netty: Associate netty stream eagerly to avoid client hang
In #12185, RPCs were randomly hanging. In #12207 this was tracked down
to the headers promise completing successfully, but the netty stream
was null. This was because the headers write hadn't completed but
stream.close() had been called by goingAway().
2025-07-17 21:55:53 +00:00
..
shaded Re-enable animalsniffer, fixing violations 2024-12-19 07:54:54 -08:00
src netty: Associate netty stream eagerly to avoid client hang 2025-07-17 21:55:53 +00:00
BUILD.bazel Re-enable animalsniffer, fixing violations 2024-12-19 07:54:54 -08:00
build.gradle api: Use package-private IgnoreJRERequirement 2024-12-23 12:45:26 -08:00