Merge pull request #10788 from akarl10/websocket-negotiate-non-plain-ntlm-fix

[rdg,websockets] Fix Http Negotiate for Websocket
This commit is contained in:
akallabeth 2024-10-27 19:17:09 +01:00 committed by GitHub
commit a0cb7ce166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);