Fix http_request::_progress
This commit is contained in:
parent
a81e59a1f7
commit
fcd06b8b1a
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ int http_request::_progress(double _dltotal, double _dlnow, double _ultotal, dou
|
|||
dlnow = _dlnow;
|
||||
ultotal = _ultotal;
|
||||
ulnow = _ulnow;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void http_request::get_xfer_status(int64_t& dnow, int64_t& dtotal, int64_t& unow, int64_t& utotal)
|
||||
|
|
Loading…
Add table
Reference in a new issue