Previous 199869 Revisions Next

r24871 Tuesday 13th August, 2013 at 13:56:44 UTC by Miodrag Milanović
ah never close connection, was not even in their examples, my bad (nw)
[src/emu]webengine.c

trunk/src/emu/webengine.c
r24870r24871
9999
100100         // Returning non-zero tells mongoose that our function has replied to
101101         // the client, and mongoose should not send client any more data.
102         mg_close_connection(conn);
103102         return 1;
104103      }     
105104   }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team