test and doc

This commit is contained in:
shuxin   zheng 2022-06-22 11:25:54 +08:00
parent 6393243b17
commit 12ab022a3b
2 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,7 @@ 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();
//conn->close();
printf(">>>> close client <<<<\r\n");
}