summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/webengine.c
diff options
context:
space:
mode:
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;
}
}