micropython-lib/python-ecosys/urequests
karfas a725c42049 urequests: Always open sockets in SOCK_STREAM mode.
On the ESP32, socket.getaddrinfo() might return SOCK_DGRAM instead of
SOCK_STREAM, eg with ".local" adresses.  As a HTTP request is always a TCP
stream, we don't need to rely on the values returned by getaddrinfo.
2022-06-29 13:01:34 +10:00
..
example_xively.py
metadata.txt
setup.py
urequests.py urequests: Always open sockets in SOCK_STREAM mode. 2022-06-29 13:01:34 +10:00