Sha256: 81765d61599a52caef582f5cb286505260fc8f71928f730f534d460cfbc83b79

Contents?: true

Size: 418 Bytes

Versions: 7

Compression:

Stored size: 418 Bytes

Contents

# 0.13.1

## 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.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
httpx-0.14.5 doc/release_notes/0_13_2.md
httpx-0.14.4 doc/release_notes/0_13_2.md
httpx-0.14.3 doc/release_notes/0_13_2.md
httpx-0.14.2 doc/release_notes/0_13_2.md
httpx-0.14.1 doc/release_notes/0_13_2.md
httpx-0.14.0 doc/release_notes/0_13_2.md
httpx-0.13.2 doc/release_notes/0_13_2.md