micropython-lib/python-ecosys
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
..
iperf3 python-ecosys/iperf3: Add iperf3. 2021-05-28 12:47:35 +10:00
urequests urequests: Always open sockets in SOCK_STREAM mode. 2022-06-29 13:01:34 +10:00