mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
ah never close connection, was not even in their examples, my bad (nw)
This commit is contained in:
parent
3fafdaae30
commit
a586a7ad9b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user