From 4a3b5c9ab262a6c029c04a6d1e7f6fe038ee9e63 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 19 Jul 2023 10:45:53 -0400 Subject: [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 --- lgc/download.go | 1 - 1 file changed, 1 deletion(-) (limited to 'lgc/download.go') 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 -- cgit v1.2.3