Fixes to Downloader and URIReader classes, fix S3 support not liking range requests anymore after 15 minutes
This commit is contained in:
parent
8f0e0c8eba
commit
d9c7e0f3ca
3 changed files with 51 additions and 63 deletions
|
@ -77,6 +77,7 @@ namespace HTTP{
|
|||
size_t bufPos; ///< Current read position in buffer
|
||||
int handle; ///< Open file handle, if file-based.
|
||||
char *mapped; ///< Memory-map of open file handle, if file-based.
|
||||
HTTP::URL originalUrl;
|
||||
bool supportRangeRequest;
|
||||
Util::ResizeablePointer rPtr;
|
||||
Util::ResizeablePointer allData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue