mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-13 00:02:57 -04:00
Compare commits
2 Commits
1765ddf0f8
...
c71d4048af
Author | SHA1 | Date | |
---|---|---|---|
|
c71d4048af | ||
|
877e561a45 |
5
doc/release_notes/0_23_2.md
Normal file
5
doc/release_notes/0_23_2.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 0.23.2
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* fix missing variable on code path in the native resolver.
|
@ -281,7 +281,7 @@ module HTTPX
|
||||
def parse_addresses(addresses)
|
||||
if addresses.empty?
|
||||
# no address found, eliminate candidates
|
||||
_, connection = @queries.first
|
||||
hostname, connection = @queries.first
|
||||
reset_hostname(hostname)
|
||||
@connections.delete(connection)
|
||||
raise NativeResolveError.new(connection, connection.origin.host)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.23.1"
|
||||
VERSION = "0.23.2"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user