From fc3b4d06ca4f5c46457983b51f844f5afcd325df Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 6 Apr 2014 22:26:55 +0000 Subject: * lib/xmlrpc/client.rb (do_rpc): don't check body length. If HTTP content-encoding is used, the length may be different. [Bug #8182] [ruby-core:53811] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 031d8ac0bd..bed3c3c841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 7 07:20:23 2014 NARUSE, Yui + + * lib/xmlrpc/client.rb (do_rpc): don't check body length. + If HTTP content-encoding is used, the length may be different. + [Bug #8182] [ruby-core:53811] + Mon Apr 7 02:39:48 2014 Marc-Andre Lafortune * lib/matrix.rb: Add Matrix#cofactor [fix GH-568] -- cgit v1.2.3