aspnetcore/src/Microsoft.AspNet.Server.Kes...
Stephen Halter f14af1f409 Don't swallow too many exceptions
- Swallowing too many exceptions can end up hiding issues in
  Kestrel itself. It's better to let the process die.
- If we want to handle certain exceptions we should be as
  specific as possible with our try/catch blocks.
2015-09-16 18:18:55 -07:00
..
Http Don't swallow too many exceptions 2015-09-16 18:18:55 -07:00
Infrastructure Don't swallow too many exceptions 2015-09-16 18:18:55 -07:00
Networking Don't swallow too many exceptions 2015-09-16 18:18:55 -07:00
Properties Adding NeutralResourcesLanguageAttribute 2015-09-10 18:15:27 -07:00
compiler/preprocess
native
IKestrelServerInformation.cs
KestrelEngine.cs KestrelTrace refactored and added to the ServiceContext. Close aspnet/KestrelHttpServer#141 2015-09-05 18:17:17 +02:00
KestrelServerInformation.cs Hosting#331 Add IServerAddressesFeature. 2015-09-15 12:47:18 -07:00
Microsoft.AspNet.Server.Kestrel.xproj
Program.cs
ServerAddress.cs Hosting#331 Add IServerAddressesFeature. 2015-09-15 12:47:18 -07:00
ServerFactory.cs Hosting#331 Add IServerAddressesFeature. 2015-09-15 12:47:18 -07:00
ServerRequest.cs
ServiceContext.cs KestrelTrace refactored and added to the ServiceContext. Close aspnet/KestrelHttpServer#141 2015-09-05 18:17:17 +02:00
project.json Replace Trace.WriteLine with ITraceLogger 2015-09-09 00:26:26 +02:00