From 827bdf7841e2538b204f9a04ec320462d173e8b0 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 5 Mar 2006 09:35:32 +0000 Subject: * lib/net/http.rb (send_request_with_body): #content_type never return false, use #main_type instead. [ruby-core:07476] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cddc29e8..77e6441bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 5 18:35:03 2006 Minero Aoki + + * lib/net/http.rb (send_request_with_body): #content_type never + return false, use #main_type instead. [ruby-core:07476] + Sat Mar 4 15:26:40 2006 Tanaka Akira * gc.c (id2ref): fix symbol test. -- cgit