This commit is contained in:
rick olson 2019-10-14 14:21:19 -06:00
parent 18c204e3a5
commit 75b9804e33

View File

@ -18,7 +18,5 @@ module Faraday
def stream_response?
on_data.is_a?(Proc)
end
TIMEOUT_TYPES = Set.new(%i[read write open])
end
end