summaryrefslogtreecommitdiff
path: root/lgc/download.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-07-19 10:45:53 -0400
committerWill Hawkins <[email protected]>2023-07-19 10:45:53 -0400
commit4a3b5c9ab262a6c029c04a6d1e7f6fe038ee9e63 (patch)
tree2648458225ee1c37e2e5f6743b2aab77ff3bcc63 /lgc/download.go
parentcca033fe0d7389bfa647afa47a47de2a3f6af47d (diff)
[Feature] Add extended-stats for uploads
Now that tests are run in sequence, it seems like a good idea to support extended statistics in both directions. Fixes #58 h/t @moeller0 Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'lgc/download.go')
-rw-r--r--lgc/download.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lgc/download.go b/lgc/download.go
index c13a1b1..3ce4389 100644
--- a/lgc/download.go
+++ b/lgc/download.go
@@ -39,7 +39,6 @@ type LoadGeneratingConnectionDownload struct {
ConnectToAddr string
URL string
downloadStartTime time.Time
- lastDownloaded uint64
client *http.Client
debug debug.DebugLevel
InsecureSkipVerify bool