mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
cffe85e6c5
Due to a bug/misfeature in the go standard library as described here: https://github.com/golang/go/issues/48723 the go standard library binds to both IPv4 and IPv6 when passed 0.0.0.0 or ::0. This patch detects the bind address and forces the correct IP protocol. Fixes #6124 Fixes #6244 See: https://forum.rclone.org/t/issues-with-bind-0-0-0-0-and-onedrive-getting-etag-mismatch-when-using-ipv6/41379/ |
||
---|---|---|
.. | ||
dialer.go | ||
http_test.go | ||
http.go | ||
prometheus.go |