-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-kestrel
Milestone
Description
Kestrel does not send "100 Continue" when MinRequestBodyDataRate is null. TryProduceContinue
should still be called even if _timingEnabled
is false in the following logic:
aspnetcore/src/Servers/Kestrel/Core/src/Internal/Http/MessageBody.cs
Lines 185 to 187 in 8df6490
if (!readAwaitable.IsCompleted && _timingEnabled) | |
{ | |
TryProduceContinue(); |
The fix will need to be backported to release/3.1.
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-kestrel