-
Notifications
You must be signed in to change notification settings - Fork 10.6k
DefaultHttpResponse.StartAsync without feature #7778
Copy link
Copy link
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 abstractionsfeature-pipelinesAnything relating to exposing/using Pipes in ASP.NET CoreAnything relating to exposing/using Pipes in ASP.NET Core
Milestone
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 abstractionsfeature-pipelinesAnything relating to exposing/using Pipes in ASP.NET CoreAnything relating to exposing/using Pipes in ASP.NET Core
Type
Fields
Give feedbackNo fields configured for issues without a type.
If there is no
IHttpResponseStartFeaturethenStartAsyncwill callBody.FlushAsyncevery time. Should it only callBody.FlushAsyncifHasStartedis false?https://github.com/aspnet/AspNetCore/blob/25f1f593783de4819a1e8e30dc09af7388cc68b3/src/Http/Http/src/Internal/DefaultHttpResponse.cs#L147-L155