[core,gateway] unify http response logging

This commit is contained in:
Armin Novak 2023-07-28 13:11:37 +02:00 committed by akallabeth
parent 03b78dd57b
commit 8be9a3a5dd
2 changed files with 0 additions and 2 deletions

View File

@ -701,7 +701,6 @@ out:
static BOOL rdg_recv_auth_token(rdpCredsspAuth* auth, HttpResponse* response)
{
char buffer[64] = { 0 };
size_t len;
const char* token64 = NULL;
size_t authTokenLength = 0;

View File

@ -160,7 +160,6 @@ static BOOL wst_set_auth_header(rdpCredsspAuth* auth, HttpRequest* request)
static BOOL wst_recv_auth_token(rdpCredsspAuth* auth, HttpResponse* response)
{
char buffer[64] = { 0 };
size_t len;
const char* token64 = NULL;
size_t authTokenLength = 0;