sig/resolver/native.rbs in httpx-0.24.1 vs sig/resolver/native.rbs in httpx-0.24.2
- old
+ new
@@ -61,9 +61,9 @@
def transition: (Symbol nextstate) -> void
def handle_error: (NativeResolveError | StandardError) -> void
- def reset_hostname: (String hostname, ?reset_candidates: bool) -> void
+ def reset_hostname: (String hostname, ?connection: Connection, ?reset_candidates: bool) -> void
end
end
end
\ No newline at end of file