1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00

fix websocket

This commit is contained in:
lxsang 2016-12-13 19:49:15 +01:00
parent 6d32fdfc3d
commit ecba0ed96d

View File

@ -178,6 +178,7 @@ void ws_f(int client, const char* file)
ptr = fopen(file,"rb");
if(!ptr)
{
ws_close(client,1011);
return;
}