abouttreesummaryrefslogcommitdiff
path: root/src/matrix_http_mongoose.c
diff options
context:
space:
mode:
authorPatrick2023-07-10 20:57:49 +0200
committerPatrick2023-07-10 20:57:49 +0200
commit6646bd126f9faf1e687b203512d29da243acaa90 (patch)
treeb69b1217c08a954b83bdc74ee5aeb37ba794b23c /src/matrix_http_mongoose.c
parentf2840d9dd5b8a0683abee189e408c5a6de294eb7 (diff)
downloadmatrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.tar.gz
matrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.zip
more changes towards sharing megolm sessions
Diffstat (limited to 'src/matrix_http_mongoose.c')
-rw-r--r--src/matrix_http_mongoose.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/matrix_http_mongoose.c b/src/matrix_http_mongoose.c
index 17edbc8..0b6c267 100644
--- a/src/matrix_http_mongoose.c
+++ b/src/matrix_http_mongoose.c
@@ -220,20 +220,6 @@ MatrixHttpPut(
else
authorizationHeader[0] = '\0';
- printf("PUT %s HTTP/1.0\r\n"
- "Host: %.*s\r\n"
- "%s"
- "Content-Type: application/json\r\n"
- "Content-Length: %d\r\n"
- "\r\n"
- "%s"
- "\r\n",
- url,
- host.len, host.ptr,
- authorizationHeader,
- strlen(requestBuffer),
- requestBuffer);
-
mg_printf(conn->connection,
"PUT %s HTTP/1.0\r\n"
"Host: %.*s\r\n"