-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-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-kestrelfeature-pipelinesAnything relating to exposing/using Pipes in ASP.NET CoreAnything relating to exposing/using Pipes in ASP.NET Coretask
Milestone
Description
In the Http1 and Http2 output producers, we currently make Complete effectively noop. For Http1 we can't call PipeWriter.Complete() as that is the connection pipe and there isn't a notion of a response pipe. For Http2, we CAN call Complete() as there is a Data pipe available. However, there are issue with creating a well formatted response if we do support Complete.
- Do we require users to call StartAsync() before calling Complete(). This will guarantee that headers are committed.
- How do we handle Trailers? ProduceEnd?
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-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-kestrelfeature-pipelinesAnything relating to exposing/using Pipes in ASP.NET CoreAnything relating to exposing/using Pipes in ASP.NET Coretask