We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8239f36 + ac4ac36 commit 61881a2Copy full SHA for 61881a2
1 file changed
lib/openapi_first/response_parser.rb
@@ -25,7 +25,7 @@ def read_body(rack_response)
25
buffered_body = +''
26
27
if rack_response.body.respond_to?(:each)
28
- rack_response.body.each { |chunk| buffered_body.to_s << chunk }
+ rack_response.body.each { |chunk| buffered_body << chunk }
29
return buffered_body
30
end
31
rack_response.body
0 commit comments