From 53ee52e26acab3191173e76db00a7b144a1db554 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 29 Oct 2017 12:49:58 +1100 Subject: [PATCH] =?utf8?q?Fix=20copypasta=20PR=20=E0=B2=A0=5F=E0=B2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tracker/http.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tracker/http.go b/tracker/http.go index cdab2f1b..4ca80f8f 100644 --- a/tracker/http.go +++ b/tracker/http.go @@ -2,12 +2,15 @@ package tracker import ( "bytes" + "crypto/tls" "errors" "fmt" "io" + "net" "net/http" "net/url" "strconv" + "time" "github.com/anacrolix/missinggo/httptoo" -- 2.48.1