]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix copypasta PR ಠ_ಠ
authorMatt Joiner <anacrolix@gmail.com>
Sun, 29 Oct 2017 01:49:58 +0000 (12:49 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 29 Oct 2017 01:49:58 +0000 (12:49 +1100)
tracker/http.go

index cdab2f1b980b21d8706ab83fc8d531c7021b7f50..4ca80f8fa81cd599fc4dcaa222ed46a52f2682a5 100644 (file)
@@ -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"