New submission from Guillaume Desmottes :
To reproduce:
- Launch a HTTP server listening on an Inet6 socket on, say, port
- Try to connect using the IPv6 loopback:
http = httplib.HTTPConnection('[::1]:')
http.request('GET', '/foo')
r = http.getresponse(
Guillaume Desmottes added the comment:
Actually, this bug is present when you try to connect to any URL
containing an IP6 and a port.
So, we have the same problem when using, for example:
http = httplib.HTTPConnection('[2a01:8790:16d:0:218:de87:164:8745]:')
Changes by Guillaume Desmottes :
--
nosy: +gdesmott
___
Python tracker
<http://bugs.python.org/issue1194378>
___
___
Python-bugs-list mailing list
Unsubscribe: