mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix reporting of HTTP body size when a result callback is used
This commit is contained in:
parent
2825e05d21
commit
4361a4331f
2 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,7 @@ struct DownloadResult
|
|||
std::string etag;
|
||||
std::string effectiveUrl;
|
||||
std::shared_ptr<std::string> data;
|
||||
uint64_t bodySize = 0;
|
||||
};
|
||||
|
||||
class Store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue