From 5ee60048088ec5e6dbe1aa558cefa24a488b495c Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 9 Aug 2013 06:57:52 +0000 Subject: * lib/net/http.rb (Net::HTTP#send_request_with_body_stream): use String#bytesize instead of String#length. reported by shekhei (shek hei wong) at [ruby-core:53775] [Backport #8176]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@42461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8f109b083..5afcec1cca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Aug 9 15:56:05 2013 NAKAMURA Usaku + + * lib/net/http.rb (Net::HTTP#send_request_with_body_stream): use + String#bytesize instead of String#length. + reported by shekhei (shek hei wong) at [ruby-core:53775] + [Backport #8176]. + Fri Aug 9 15:50:11 2013 NAKAMURA Usaku * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW, -- cgit v1.2.3