We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08051c3 commit d1dbfe1Copy full SHA for d1dbfe1
lib/async/http/faraday/adapter.rb
@@ -241,7 +241,7 @@ def with_timeout(task: Async::Task.current)
241
242
def encoded_body(response)
243
body = response.read
244
- return +"" if body.nil?
+ return "" if body.nil?
245
content_type = response.headers["content-type"]
246
return body unless content_type
247
params = extract_type_parameters(content_type)
0 commit comments