aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

Make TestServer handle exceptions from OnStarting #1596

Closed Tratcher closed 5 years ago

Tratcher commented 5 years ago

1594 Large exceptions would cause back-pressure and prevent the app from exiting. Abort the stream so no more writes are allowed and report the exception to the client.