-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
dotnet/corefx
#28011Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implemented
Milestone
Description
We have a byte limit for response drain, but not a time limit. So a poorly behaved server could tie up the connection indefinitely. We should add a time limit.
EDIT 3/6/2018 by @stephentoub. Adding API proposal:
public int MaxResponseDrainSize { get; set; } // exists
public TimeSpan MaxResponseDrainTime { get; set; } // new (exists in implementation but as internal)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implemented