From affff5630ca336f4c97072e0238a1568b98e8f3a Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 12 Aug 2008 06:32:50 +0000 Subject: * lib/net/http.rb (send_request_with_body): Content-Length should be byte length of string. (closes #203) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3088735dc..2240236fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 12 15:31:04 2008 Minero Aoki + + * lib/net/http.rb (send_request_with_body): Content-Length should + be byte length of string. (closes #203) + Tue Aug 12 15:17:06 2008 NAKAMURA Usaku * enc/depend: (transvpath_prefix): prefix has no extension, so replace -- cgit