micropython-lib/urllib.urequest/urllib
Paul Sokolovsky a2647e316e urllib.urequest: Be sure to create socket with params returned by getaddrinfo().
To use address as returned by getaddrinfo(), we should create a socket
compatible with address family, etc., returned by the same call alongside
the address itself.
2018-01-23 00:26:38 +02:00
..
urequest.py urllib.urequest: Be sure to create socket with params returned by getaddrinfo(). 2018-01-23 00:26:38 +02:00