Closed
Description
ruby-http-client/lib/ruby_http_client.rb
Line 152 in 74b7bff
If the request_body is already a JSON String, this over-encodes it, instead of leaving it alone. This line should check and see if it's a Hash, and format it only if needed.