1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00
This commit is contained in:
Xuan Sang LE 2018-04-14 17:32:44 +02:00
parent 55511176ea
commit 6daf67c908

View File

@ -41,8 +41,8 @@ void accept_request(void* client)
// unimplemented
//while(get_line(client, buf, sizeof(buf)) > 0) printf("%s\n",buf );
unimplemented(client);
antd_close(client);
return;
//antd_close(client);
goto end;
}