X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/30bde47d1d5d9b6f0b59c318ff16caed6268d1a8..504241758d7b832af61939beaf61b0e0574174c4:/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) {