unused condition in pool

This commit is contained in:
HoneyryderChuck 2021-02-12 01:07:48 +00:00
parent 8feecf693f
commit cb07abc94e

View File

@ -135,7 +135,6 @@ module HTTPX
connection.on(:close) do
unregister_connection(connection)
end
return if connection.state == :open
end
def unregister_connection(connection)