lib/flexirest/request.rb in flexirest-1.10.12 vs lib/flexirest/request.rb in flexirest-1.11.0
- old
+ new
@@ -318,10 +318,10 @@
end
end
result = handle_response(response_env, cached)
@response_delegate.__setobj__(result)
- original_object_class.write_cached_response(self, response_env, result) unless @method[:options][:skip_caching]
+ original_object_class.write_cached_response(self, response_env, result, quiet?) unless @method[:options][:skip_caching]
end
# If this was not a parallel request just return the original result
return result if response.finished?
# Otherwise return the delegate which will get set later once the call back is completed