test http_response

This commit is contained in:
zhengshuxin 2022-06-22 11:45:05 +08:00
parent 12ab022a3b
commit 280e4fdc1f
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ class ACL_CPP_API http_response : public noncopyable
{
public:
/**
* socket_stream
* socket_stream
* ,.
* @param client {socket_stream*}
* 使使
* get_body->response

View File

@ -66,7 +66,7 @@ static void handle_request(acl::socket_stream* conn)
break;
}
//conn->close();
delete conn;
printf(">>>> close client <<<<\r\n");
}