Kestrel does not send "100 Continue" when MinRequestBodyDataRate is null #30449
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
bug
This issue describes a behavior which is not expected - a bug.
feature-kestrel
Milestone
Uh oh!
There was an error while loading. Please reload this page.
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
The fix will need to be backported to release/3.1.
The text was updated successfully, but these errors were encountered: