diff options
-rw-r--r-- | lib/xmlrpc/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -500,7 +500,7 @@ module XMLRPC def do_rpc(request, async=false) header = { "User-Agent" => USER_AGENT, - "Content-Type" => "text/xml", "Content-Length" => request.size.to_s, "Connection" => (async ? "close" : "keep-alive") } |