Remove golang 1.13 only value

This commit is contained in:
Don 2019-10-11 16:56:15 -07:00
parent 4914fdebc7
commit 60574b42f0
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func NetworkFromContext(ctx *cli.Context) Network {
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
ForceAttemptHTTP2: true,
MaxIdleConns: 100,
IdleConnTimeout: 90 * time.Second,
TLSHandshakeTimeout: 10 * time.Second,