From a45484207bd854a05ec8ae35f27994978a9a9d7b Mon Sep 17 00:00:00 2001 From: rick olson Date: Sun, 22 Sep 2019 09:47:40 -0600 Subject: [PATCH] excon can now stream response bodies https://github.com/lostisland/faraday/pull/1026 --- tests/spec/support/adapters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/support/adapters.rb b/tests/spec/support/adapters.rb index 81e3d0f..bdd778c 100644 --- a/tests/spec/support/adapters.rb +++ b/tests/spec/support/adapters.rb @@ -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),