Method not used by descendants

This commit is contained in:
Louis DeJardin 2015-07-24 15:44:27 -07:00
parent 62ec11be7e
commit 17a846ad8e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
return tcs.Task;
}
protected void OnConnection(UvStreamHandle listenSocket, int status)
private void OnConnection(UvStreamHandle listenSocket, int status)
{
var acceptSocket = new UvTcpHandle();
acceptSocket.Init(Thread.Loop, Thread.QueueCloseHandle);