Merge branch 'benaadams/no-spin' into dev

This commit is contained in:
Stephen Halter 2016-02-12 10:54:48 -08:00
commit f89c959f4f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Http
private readonly MemoryPool2 _memory;
private readonly IThreadPool _threadPool;
private readonly ManualResetEventSlim _manualResetEvent = new ManualResetEventSlim(false);
private readonly ManualResetEventSlim _manualResetEvent = new ManualResetEventSlim(false, 0);
private Action _awaitableState;
private Exception _awaitableError;