[issue24209] Allow IPv6 bind in http.server

Jason R. Coombs report at bugs.python.org
Tue Feb 5 19:53:43 EST 2019


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

I don't believe the current patch as accepted has the right behaviors. First off, the default behavior, which indicates "all interfaces" only binds to IPv4 interfaces. Additionally, "-b localhost" only binds to IPv4 localhost.

Ideally, the bind should happen on all stacks unless a specific stack is indicated.

----------
assignee:  -> jason.coombs

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


More information about the Python-bugs-list mailing list