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;
}