mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[utils,http] log http response
add the full http response to the debug log
This commit is contained in:
@@ -288,6 +288,8 @@ BOOL freerdp_http_request(const char* url, const char* body, long* status_code,
|
||||
}
|
||||
}
|
||||
|
||||
WLog_Print(log, WLOG_DEBUG, "response[%" PRIuz "]:\n%s", *response_length,
|
||||
(const char*)(*response));
|
||||
ret = TRUE;
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user