sig/connection/http2.rbs in httpx-1.3.0 vs sig/connection/http2.rbs in httpx-1.3.1
- old
+ new
@@ -30,10 +30,10 @@
def send: (Request) -> void
def consume: () -> void
- def handle_error: (StandardError ex) -> void
+ def handle_error: (StandardError ex, ?Request? request) -> void
def ping: () -> void
alias reset init_connection
\ No newline at end of file