2 references to SynchronousReadsDisallowed
Microsoft.AspNetCore.Server.IIS (2)
Core\EmptyStream.cs (1)
34
throw new InvalidOperationException(CoreStrings.
SynchronousReadsDisallowed
);
Core\HttpRequestStream.cs (1)
28
throw new InvalidOperationException(CoreStrings.
SynchronousReadsDisallowed
);