aspnetcore/src/Microsoft.AspNetCore.Server...
Stephen Halter 84a68208d0 Remove race condition from socket input that could stall reads
- Without the _sync lock, if new data was produced as ConsumingComplete
  was called, the next "await SocketInput" might never complete despite not
  all data being examined.
- If more data is produced afterward, the stall would be prevented, but this
  isn't always the case such as during the end of the request.
2016-03-17 07:44:32 -07:00
..
Exceptions Return 400 for bad requests and close conn 2016-02-27 12:35:12 +00:00
Filter Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
Http Remove race condition from socket input that could stall reads 2016-03-17 07:44:32 -07:00
Infrastructure Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
Networking Remove 2 from MemoryPool2 and related types 2016-03-03 12:11:25 -08:00
Properties Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:50 -08:00
IKestrelServerInformation.cs
KestrelEngine.cs
KestrelServer.cs Add IHttpConnectionFeature.ConnectionId. 2016-02-18 11:10:55 -08:00
KestrelServerInformation.cs
KestrelServerPoolingParameters.cs
Microsoft.AspNetCore.Server.Kestrel.xproj Remove project name from output path 2016-03-02 18:57:23 -08:00
ServerAddress.cs
ServerFactory.cs
ServiceContext.cs Add IHttpConnectionFeature.ConnectionId. 2016-02-18 11:10:55 -08:00
project.json Fix CI build failure 2016-03-11 21:41:09 -08:00