mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
完善http超时管理
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
typedef std::shared_ptr<HttpClient> Ptr;
|
||||
HttpClient();
|
||||
virtual ~HttpClient();
|
||||
virtual void sendRequest(const string &url);
|
||||
virtual void sendRequest(const string &url,float fTimeOutSec);
|
||||
void clear(){
|
||||
_header.clear();
|
||||
_body.clear();
|
||||
|
||||
Reference in New Issue
Block a user