From 0c0920ecdf3e79987a9c9b7ce5884b87aaefb3f1 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 22 Feb 2002 12:10:58 +0000 Subject: * lib/net/protocol.rb: set read_timeout dynamically. * lib/net/http.rb: @@newimpl is always true in the main trunk. * lib/net/http.rb: HTTP.port -> default_port * lib/net/http.rb: HTTPResponse.read_response_status -> read_status_line git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e7eb7189..c2aafdb4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Feb 22 21:20:53 2002 Minero Aoki + + * lib/net/protocol.rb: set read_timeout dynamically. + + * lib/net/http.rb: @@newimpl is always true in the main trunk. + + * lib/net/http.rb: HTTP.port -> default_port + + * lib/net/http.rb: HTTPResponse.read_response_status -> + read_status_line + Fri Feb 22 19:56:15 2002 Usaku Nakamura * win32/config.status.in: set LIBRUBY_SO. -- cgit