-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
dotnet/corefx
#39471Labels
bugtenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)
Milestone
Description
SocketHttpHandler's Http2ReadStream doesn't have a finalizer to handle the case where the caller drops the stream without disposing of it. But even if it did, it wouldn't be called today, because the response stream remains rooted: Http2Connection maintains a strong table of all active Http2Stream instances, each of which has a strong reference to its HttpResponseMessage, which has a strong reference to the Http2ReadStream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugtenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)