From 9073bacf50da4e4cb181898869221d72b0359faf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 15 Mar 2020 00:44:16 +0100 Subject: clarify comment --- htping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htping.go b/htping.go index 6476752..a3c6832 100644 --- a/htping.go +++ b/htping.go @@ -84,7 +84,7 @@ func newTransport() *transport { TLSHandshakeTimeout: 5 * time.Second, DisableKeepAlives: !keepalive, TLSClientConfig: tlsconfig, - // we set TLSClientConfig, so http2 is off by default anyway + // we set TLSClientConfig, so http2 is off by default ForceAttemptHTTP2: !http11, DialContext: func(ctx context.Context, _, addr string) (net.Conn, error) { -- cgit 1.4.1