sig/resolver/resolver.rbs in httpx-1.3.0 vs sig/resolver/resolver.rbs in httpx-1.3.1
- old
+ new
@@ -26,10 +26,10 @@
def emit_resolved_connection: (Connection connection, Array[IPAddr] addresses, bool early_resolve) -> void
def initialize: (ip_family? family, Options options) -> void
- def early_resolve: (Connection connection, ?hostname: String) -> void
+ def early_resolve: (Connection connection, ?hostname: String) -> boolish
def emit_resolve_error: (Connection connection, ?String hostname, ?StandardError) -> void
def resolve_error: (String hostname, ?StandardError?) -> (ResolveError | ResolveTimeoutError)
end