commit | f289084c83190cc72db4a70c58f007ec62e75247 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Thu Feb 07 08:22:45 2019 -0500 |
committer | GitHub <noreply@github.com> | Thu Feb 07 08:22:45 2019 -0500 |
tree | 6fe7fe86d58952d6eb337add411c7da5ea53fc86 | |
parent | 2848d9d29914948621bce26bf0d9a89f2e19b97b [diff] |
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. As a result, now IPv6 is used as the default (including IPv4 on dual-stack systems). Enhanced tests.