elastic / elastic-transport-ruby

Transport classes and utilities shared among Ruby Elastic client libraries
Apache License 2.0
5 stars 19 forks source link

Doesn't enforce UTF-8 encoding in Response object if the string is frozen #64

Closed picandocodigo closed 1 year ago

picandocodigo commented 1 year ago

Elasticsearch responses are UTF-8 encoded. Cloning the string instead could be very expensive.

Fixes #63