Fix a few for TcpListenerWebSocketContext.cs

This commit is contained in:
sta
2014-05-10 17:20:37 +09:00
parent 4125e4d3e1
commit 091b45c8b0
4 changed files with 22 additions and 24 deletions

View File

@@ -476,7 +476,7 @@ namespace WebSocketSharp.Server
ThreadPool.QueueUserWorkItem (
state => {
try {
var context = client.GetWebSocketContext (null, _cert, _secure, _logger);
var context = client.GetWebSocketContext (null, _secure, _cert, _logger);
if (_authSchemes != AuthenticationSchemes.Anonymous &&
!authenticateRequest (_authSchemes, context))
return;