conn->dataLen = hm->body.len;\r
conn->dataReceived = true;\r
\r
- printf("received[%d]:\n%.*s\n", conn->dataLen, conn->dataLen, conn->data);\r
+ //printf("received[%d]:\n%.*s\n", conn->dataLen, conn->dataLen, conn->data);\r
}\r
if (ev == MG_EV_CLOSE)\r
{\r
MatrixHttpConnection * conn =\r
(MatrixHttpConnection *)client->httpUserData;\r
\r
- struct mg_connection * c =\r
+ //struct mg_connection * c =\r
mg_http_connect(&conn->mgr, client->server, MatrixHttpCallback, client);\r
\r
while (! conn->connected)\r