[Modify] Replace it

This commit is contained in:
sta 2018-04-29 19:41:16 +09:00
parent c2dd7beb90
commit 1af0b27c27

View File

@ -474,7 +474,7 @@ namespace WebSocketSharp.Net.WebSockets
return true;
}
SendAuthenticationChallenge (chal);
_request = sendAuthenticationChallenge (chal);
return auth ();
};