Port MatrixHTTPClient to C

This commit is contained in:
2017-11-30 09:16:07 +01:00
parent 0f848dec5e
commit 8aad092c6f
8 changed files with 1002 additions and 715 deletions

View File

@@ -320,7 +320,7 @@ _matrix_http_api_response_callback(SoupSession *session, SoupMessage *msg, gpoin
"Malformed response (invalid JSON)");
#if DEBUG
g_debug("Malformed response (%s): %s", request_url, data);
g_debug("Malformed response (%s): %s", request_url, buffer->data);
#endif
}
}