Commit 3987d4d5 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge branch 'master' of ssh://github.com/valenok/mongoose

parents 8d3181e0 2cdf2599
......@@ -23,7 +23,7 @@ static int index_html(struct mg_connection *conn) {
}
}
return n < sizeof(buf) ? 1 : 0;
return n < sizeof(buf) ? MG_REQUEST_PROCESSED : MG_REQUEST_CALL_AGAIN;
}
int main(void) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment