diff options
| author | Patrick | 2023-09-05 17:08:25 +0200 |
|---|---|---|
| committer | Patrick | 2023-09-05 17:08:25 +0200 |
| commit | 504241758d7b832af61939beaf61b0e0574174c4 (patch) | |
| tree | e0956d4a52c1f9504896f93d92d57d9693d613e2 /src/matrix_http_mongoose.c | |
| parent | 30bde47d1d5d9b6f0b59c318ff16caed6268d1a8 (diff) | |
| download | matrix_esp_thesis-504241758d7b832af61939beaf61b0e0574174c4.tar.gz matrix_esp_thesis-504241758d7b832af61939beaf61b0e0574174c4.zip | |
start working on Sync example (reply to to_device messages)
Diffstat (limited to 'src/matrix_http_mongoose.c')
| -rw-r--r-- | src/matrix_http_mongoose.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -44,6 +44,10 @@ MatrixHttpCallback( conn->connection = c;
conn->connected = true;
}
+ if (ev == MG_EV_HTTP_CHUNK)
+ {
+
+ }
if (ev == MG_EV_HTTP_MSG)
{
// Response
|
