fixed usage of inexisting var

This commit is contained in:
HoneyryderChuck 2025-05-08 23:54:08 +01:00
parent 55411178ce
commit 08c5f394ba

View File

@ -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