sig/connection/http1.rbs in httpx-1.3.0 vs sig/connection/http1.rbs in httpx-1.3.1
- old
+ new
@@ -36,10 +36,10 @@
def send: (Request) -> void
def consume: () -> void
- def handle_error: (StandardError ex) -> void
+ def handle_error: (StandardError ex, ?Request? request) -> void
def on_start: () -> void
def on_headers: (Hash[String, Array[String]] headers) -> void
\ No newline at end of file