mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
this check isn't necessary anymore (I already know what cause the issue this guard was here for)
This commit is contained in:
parent
035eda1f95
commit
6734bedfb0
@ -168,12 +168,6 @@ module HTTPX
|
||||
resolver.on(:error, &method(:on_resolver_error))
|
||||
resolver.on(:close) { on_resolver_close(resolver) }
|
||||
resolver
|
||||
rescue ArgumentError
|
||||
# this block is here because of an error which happens on CI from time to time
|
||||
warn "tried resolver: #{resolver_type}"
|
||||
warn "initialize: #{resolver_type.instance_method(:initialize).source_location}"
|
||||
warn "new: #{resolver_type.method(:new).source_location}"
|
||||
raise
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user