mirror of
https://github.com/lxsang/ant-http
synced 2024-12-27 09:18:22 +01:00
fix
This commit is contained in:
parent
55511176ea
commit
6daf67c908
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user