1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Add library test for Lua5.3

This commit is contained in:
bel2125
2015-08-24 22:31:50 +02:00
parent ed68c6a277
commit 533eac37cd
4 changed files with 6 additions and 4 deletions

View File

@@ -1615,3 +1615,4 @@ static void lua_websocket_close(struct mg_connection *conn, void *ws_arg)
(void)pthread_mutex_unlock(&ws->ws_mutex);
}
#endif