aboutsummaryrefslogtreecommitdiff
path: root/weed/util/fasthttp_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/fasthttp_util.go')
-rw-r--r--weed/util/fasthttp_util.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/util/fasthttp_util.go b/weed/util/fasthttp_util.go
index 82575af98..6c31a40da 100644
--- a/weed/util/fasthttp_util.go
+++ b/weed/util/fasthttp_util.go
@@ -18,6 +18,7 @@ var (
WriteTimeout: time.Second,
MaxIdleConnDuration: time.Minute,
DisableHeaderNamesNormalizing: true, // If you set the case on your headers correctly you can enable this.
+ DialDualStack: true,
}
// Put everything in pools to prevent garbage.