1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-05 22:19:47 +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 // unimplemented
//while(get_line(client, buf, sizeof(buf)) > 0) printf("%s\n",buf ); //while(get_line(client, buf, sizeof(buf)) > 0) printf("%s\n",buf );
unimplemented(client); unimplemented(client);
antd_close(client); //antd_close(client);
return; goto end;
} }