# File lib/vcr/middleware/excon.rb, line 84 def ensure_response_body_can_be_read_for_error_case # Excon does not invoke the `:response_block` when an error # has occurred, so we need to be sure to use the non-streaming # body reader. @response_body_reader = NonStreamingResponseBodyReader end