[issue38907] http.server (command) fails to bind dual-stack on Windows

Jason R. Coombs report at bugs.python.org
Sun Jan 5 15:03:41 EST 2020


Jason R. Coombs <jaraco at jaraco.com> added the comment:

In issue39211, I've done a good deal of investigation on this issue and confirmed your findings - on Windows, the server fails to bind dual stack on Windows, but instead binds IPV6ONLY. That needs to be fixed such that the default is to bind dual-stack. Adding dual-stack control is a new feature and should be considered separately.

----------
nosy: +jaraco
title: Add IPv6 Dual-Stack control for http.server -> http.server (command) fails to bind dual-stack on Windows

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38907>
_______________________________________


More information about the Python-bugs-list mailing list