[utils,http] log http response

add the full http response to the debug log
This commit is contained in:
akallabeth
2025-12-10 14:08:13 +01:00
parent 81e7c6c233
commit 4e212e6f31

View File

@@ -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: