Merge branch 'benaadams/name-thread' into dev

This commit is contained in:
Stephen Halter 2016-01-04 11:55:53 -08:00
commit 11e046e017
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ namespace Microsoft.AspNet.Server.Kestrel
_loop = new UvLoopHandle(_log);
_post = new UvAsyncHandle(_log);
_thread = new Thread(ThreadStart);
_thread.Name = "KestrelThread - libuv";
QueueCloseHandle = PostCloseHandle;
}