mirror of https://github.com/grpc/grpc.git
[chaotic-good] Don't add new streams after transport closed (#37887)
Prior to this change events could conspire such that newly read streams got added after the AbortWithError() code ran, and so those calls would be orphaned in the transport forever - continuing to hold a ref.
Closes #37887
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37887 from ctiller:flake-fightas-20 2648d7f37f
PiperOrigin-RevId: 684609806
pull/37813/head
parent
b2a05bebe0
commit
44bd0528c7
2 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue