aspnetcore/src
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
..
Microsoft.AspNetCore.Server.Kestrel Remove race condition from socket input that could stall reads 2016-03-17 07:44:32 -07:00
Microsoft.AspNetCore.Server.Kestrel.Https