This repository was archived by the owner on Mar 19, 2019. It is now read-only.
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
Add flag to disable synchronous IO #366
Closed
Description
This is the equivalent of aspnet/KestrelHttpServer#1521.
Both servers will need to throw an InvalidOperationException on Request.Body.Read() and Response.Body.Write(). You can opt back in to synchronous IO using IHttpBodyControlFeature.AllowSynchronousIO.