Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 14:41:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258665] fetch(8) should use Happy Eyeballs
Message-ID:  <bug-258665-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258665

            Bug ID: 258665
           Summary: fetch(8) should use Happy Eyeballs
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: stb@lassitu.de

fetch(8) currently picks one IP address to try and fetch a HTTP(S) resource
from, and fails if the TCP connection cannot be established.

fetch(8) should implement Happy Eyeballs
https://datatracker.ietf.org/doc/html/rfc6555 and try to establish connecti=
ons
to some or all of the IP addresses a name resolves to, and use the "best"
connection to download the resource. This would improve the reliability on
dual-stack systems, where sometimes, certain addresses cannot be reached, d=
ue
to a variety of reasons.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258665-227>