sig/resolver/system.rbs in httpx-0.17.0 vs sig/resolver/system.rbs in httpx-0.18.0
- old
+ new
@@ -3,9 +3,11 @@
class System
include ResolverMixin
RESOLV_ERRORS: Array[singleton(StandardError)] # ResolvError
+ attr_reader state: Symbol
+
def closed?: () -> true
def empty?: () -> true
def <<: (Connection) -> void
\ No newline at end of file