[core,gateway] unify http response logging
This commit is contained in:
parent
03b78dd57b
commit
8be9a3a5dd
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user