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

This commit is contained in:
Sergey Lyubka 2014-02-04 18:13:10 +00:00
commit 3987d4d560

View File

@ -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) { int main(void) {