Skip to content

Commit

Permalink
fix for incorrect sig of #pin_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Feb 18, 2025
1 parent 8dfd1ed commit dae4364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/session.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module HTTPX

def select_connection: (Connection connection, Selector selector) -> void

def pin_connection: (Connection connection, Selector selector) -> void
def pin_connection: (Resolver::Resolver | Connection connection, Selector selector) -> void

def deselect_connection: (Connection connection, Selector selector, ?bool cloned) -> void

Expand Down

0 comments on commit dae4364

Please sign in to comment.