From 504241758d7b832af61939beaf61b0e0574174c4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 5 Sep 2023 17:08:25 +0200 Subject: start working on Sync example (reply to to_device messages) --- src/matrix_http_mongoose.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/matrix_http_mongoose.c') diff --git a/src/matrix_http_mongoose.c b/src/matrix_http_mongoose.c index b9b2ca3..452e26c 100644 --- a/src/matrix_http_mongoose.c +++ b/src/matrix_http_mongoose.c @@ -43,6 +43,10 @@ MatrixHttpCallback( conn->connection = c; conn->connected = true; + } + if (ev == MG_EV_HTTP_CHUNK) + { + } if (ev == MG_EV_HTTP_MSG) { -- cgit v1.2.3