From 093ecdf95dba992e8afb616870874a4c455962e1 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 19 Dec 2003 14:31:24 +0000 Subject: * lib/webrick/httprequest.rb (meta_vers): should not set HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH. * lib/webrick/https.rb (HTTPRequest#parse): should check presence of cert() method to detect SSLSocket. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be46652dd..fe8367e18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 19 21:24:22 2003 GOTOU Yuuzou + + * lib/webrick/httprequest.rb (meta_vers): should not set + HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH. + + * lib/webrick/https.rb (HTTPRequest#parse): should check presence + of cert() method to detect SSLSocket. + Fri Dec 19 22:56:46 2003 NAKAMURA, Hiroshi * lib/soap/property.rb (SOAP::Property#load): new method for loading -- cgit