mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
完善http超时管理
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
typedef std::shared_ptr<HttpClientImp> Ptr;
|
||||
HttpClientImp();
|
||||
virtual ~HttpClientImp();
|
||||
virtual void sendRequest(const string &url) override;
|
||||
virtual void sendRequest(const string &url,float fTimeOutSec) override;
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ < 5)
|
||||
void public_onRecvBytes(const char *data,int len){
|
||||
|
||||
Reference in New Issue
Block a user