We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99aea8 commit b147ac7Copy full SHA for b147ac7
src/Servers/Kestrel/Core/src/Internal/Http/Http1ContentLengthMessageBody.cs
@@ -132,8 +132,7 @@ public override bool TryReadInternal(out ReadResult readResult)
132
KestrelBadHttpRequestException.Throw(RequestRejectionReason.RequestBodyTimeout);
133
}
134
135
- Task startTask = TryStartAsync();
136
- Debug.Assert(startTask.IsCompleted);
+ TryStartAsync();
137
138
// The while(true) because we don't want to return a canceled ReadResult if the user themselves didn't cancel it.
139
while (true)
0 commit comments