Fixes to Downloader and URIReader classes, fix S3 support not liking range requests anymore after 15 minutes

This commit is contained in:
Thulinma 2022-09-01 10:05:40 +02:00
parent 8f0e0c8eba
commit d9c7e0f3ca
3 changed files with 51 additions and 63 deletions

View file

@ -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;