Skip to content

Commit

Permalink
excon can now stream response bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Sep 22, 2019
1 parent 29c7eb5 commit a454842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/support/adapters.rb
Expand Up @@ -72,7 +72,7 @@ def connect_method?
:em_synchrony => Adapter.new(:em_synchrony),

:excon => Adapter.new(:excon,
:trace_method, :connect_method),
:trace_method, :connect_method, :stream_response),

:http => Adapter.new(:http),

Expand Down

0 comments on commit a454842

Please sign in to comment.