Skip to content

Kestrel does not send "100 Continue" when MinRequestBodyDataRate is null #30449

Closed
@halter73

Description

@halter73

Kestrel does not send "100 Continue" when MinRequestBodyDataRate is null. TryProduceContinue should still be called even if _timingEnabled is false in the following logic:

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 abstractionsbugThis issue describes a behavior which is not expected - a bug.feature-kestrel

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions