解决断点续传返回416的问题

This commit is contained in:
xiongziliang
2017-05-05 23:54:30 +08:00
parent ae4c724005
commit ca54cb9d31
2 changed files with 6 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ namespace Http {
class HttpDownloader: public HttpClientImp {
public:
typedef std::shared_ptr<HttpDownloader> Ptr;
typedef std::function<void(int code,const char *errMsg,const char *filePath)> onDownloadResult;
typedef std::function<void(ErrCode code,const char *errMsg,const char *filePath)> onDownloadResult;
HttpDownloader();
virtual ~HttpDownloader();
//开始下载文件,默认断点续传方式下载