On Wednesday 27 of January 2016 11:04:43 Pierre-Yves Chibon wrote:
> > This is ipv6 issue.  I was told that "Happy Eyeballs" could help here;
> > that is:
> >   https://github.com/python/asyncio/issues/86
> >
> > Or switch to PyCURL (this should be more robust solution).
>
> But this is an asyncio issue, the error you reported mentions the requests and
> more precisely the urllib3 bundle of requests.
>
> So I'm not sure this is related.

Right, I'm not an expert on this topic, but urllib3 should probably
implement Happy Eyeballs for copr client:

  from urllib3/util/connection.py:
  | [...]
  |       for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
  | [...]

But PycURL should be OK already, dependency shouldn't be issue (it is
available also in RHEL5+).

Pavel
_______________________________________________
copr-devel mailing list
[email protected]
https://lists.fedorahosted.org/admin/lists/[email protected]

Reply via email to