mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
fixed usage of inexisting var
This commit is contained in:
parent
55411178ce
commit
08c5f394ba
@ -504,7 +504,7 @@ module HTTPX
|
||||
end
|
||||
|
||||
while (connection = @connections.shift)
|
||||
emit_resolve_error(connection, host, error)
|
||||
emit_resolve_error(connection, connection.peer.host, error)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user