Commit d9ab7af8 authored by Sergey Lyubka's avatar Sergey Lyubka

added comment in mongoose_callback

parent 05b2a042
......@@ -222,6 +222,8 @@ static void *mongoose_callback(enum mg_event ev, struct mg_connection *conn) {
printf("%s\n", mg_get_log_message(conn));
}
// Returning NULL marks request as not handled, signalling mongoose to
// proceed with handling it.
return NULL;
}
......
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