about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-03-15 00:35:53 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-03-15 00:35:53 +0100
commit0c295b5e7a2c7ac43cbcf0bb4e4402425c88ec31 (patch)
tree0de8da87b7c4758facd9d3dc057f2e7eb2228a8e
parent8e92a01a13f28f8647e3fd415d36b98e9129c160 (diff)
downloadhtping-0c295b5e7a2c7ac43cbcf0bb4e4402425c88ec31.tar.gz
htping-0c295b5e7a2c7ac43cbcf0bb4e4402425c88ec31.tar.xz
htping-0c295b5e7a2c7ac43cbcf0bb4e4402425c88ec31.zip
DualStack is obsoleted, on by default
-rw-r--r--htping.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/htping.go b/htping.go
index 5a052b2..f32611d 100644
--- a/htping.go
+++ b/htping.go
@@ -77,7 +77,6 @@ func newTransport() *transport {
 
 	dialer := &net.Dialer{
 		Timeout:   5 * time.Second,
-		DualStack: true,
 	}
 
 	tr.rtp = &http.Transport{