Closed
Description
#11193 added IHttpResponseCompletionFeature.CompleteAsync for HTTP/2 gRPC scenarios, allowing the response to be completed without waiting for the request delegate to unwind.
There have been multiple asks for the same behavior for HTTP/1.1 chunked responses. Content-Length checks could also be done.