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