in lib/elastic/transport/transport/response.rb [28:32]
def initialize(status, body, headers = {})
@status, @body, @headers = status, body, headers
@body = body.force_encoding('UTF-8') if body.respond_to?(:force_encoding) && !body.frozen?
end