Skip to content

Commit

Permalink
Merge pull request #901 from bruno-/fix_async_http_adapter
Browse files Browse the repository at this point in the history
Fix async http adapter
  • Loading branch information
bblimke committed Sep 11, 2020
2 parents c20bb68 + 09cde87 commit 8ce537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webmock/http_lib_adapters/async_http_client_adapter.rb
Expand Up @@ -136,7 +136,7 @@ def initialize(scheme, authority, protocol)

def connect
server_socket, client_socket = create_connected_sockets
Async do
Async(transient: true) do
accept_socket(server_socket)
end
client_socket
Expand Down

0 comments on commit 8ce537a

Please sign in to comment.