Merge pull request #10788 from akarl10/websocket-negotiate-non-plain-ntlm-fix
[rdg,websockets] Fix Http Negotiate for Websocket
This commit is contained in:
commit
a0cb7ce166
@ -722,6 +722,7 @@ static BOOL rdg_recv_auth_token(wLog* log, rdpCredsspAuth* auth, HttpResponse* r
|
||||
{
|
||||
case HTTP_STATUS_DENIED:
|
||||
case HTTP_STATUS_OK:
|
||||
case HTTP_STATUS_SWITCH_PROTOCOLS:
|
||||
break;
|
||||
default:
|
||||
http_response_log_error_status(log, WLOG_WARN, response);
|
||||
|
Loading…
Reference in New Issue
Block a user