sig/connection.rbs in httpx-0.20.1 vs sig/connection.rbs in httpx-0.20.2

- old
+ new

@@ -70,9 +70,12 @@ def send: (Request) -> void def timeout: () -> Numeric? def deactivate: () -> void + + def raise_timeout_error: (Numeric interval) -> void + private def initialize: (String, URI::Generic, options) -> untyped def connect: () -> void \ No newline at end of file