[Modify] Replace it
This commit is contained in:
parent
db2659bd4b
commit
e67bea14a0
@ -589,7 +589,7 @@ namespace WebSocketSharp.Net
|
|||||||
internal bool AuthenticateContext (HttpListenerContext context)
|
internal bool AuthenticateContext (HttpListenerContext context)
|
||||||
{
|
{
|
||||||
var req = context.Request;
|
var req = context.Request;
|
||||||
var schm = SelectAuthenticationScheme (req);
|
var schm = selectAuthenticationScheme (req);
|
||||||
|
|
||||||
if (schm == AuthenticationSchemes.Anonymous)
|
if (schm == AuthenticationSchemes.Anonymous)
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user