diff options
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
|
