mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
418 B
418 B
0.13.2
Improvements
UDPSocket#sendmsg_nonblock
is now used in the native resolver.
Bugfixes
Usage in Windows was buggy, resulting in Errno::EINVAL
during DNS resolving, when using the native resolver. This was due to a discrepancy between recvfrom
behaviour in WS Sockets and Linux Sockets. This was fixed by making we the UDP socket never tries to receive before a DNS query has been actually sent.