ah never close connection, was not even in their examples, my bad (nw)

This commit is contained in:
Miodrag Milanovic 2013-08-13 13:56:44 +00:00
parent 3fafdaae30
commit a586a7ad9b

View File

@ -99,7 +99,6 @@ int web_engine::begin_request_handler(struct mg_connection *conn)
// Returning non-zero tells mongoose that our function has replied to
// the client, and mongoose should not send client any more data.
mg_close_connection(conn);
return 1;
}
}