summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/webengine.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-08-13 13:56:44 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-08-13 13:56:44 +0000
commita586a7ad9bd8fdfe0ecb8d0b211e77520072e42d (patch)
treecee3772754256a0eb671b13fb86632963c48d0a5 /src/emu/webengine.c
parent3fafdaae30a67b62dc833e0307ca96c688ac7168 (diff)
ah never close connection, was not even in their examples, my bad (nw)
Diffstat (limited to 'src/emu/webengine.c')
-rw-r--r--src/emu/webengine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/webengine.c b/src/emu/webengine.c
index 4d94e22bb66..55c474bbc51 100644
--- a/src/emu/webengine.c
+++ b/src/emu/webengine.c
@@ -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;
}
}