diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-22 12:10:58 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-22 12:10:58 +0000 |
| commit | 0c0920ecdf3e79987a9c9b7ce5884b87aaefb3f1 (patch) | |
| tree | dd23edc671484d3da8b20e98bee1bad4c4b6e7a8 /ChangeLog | |
| parent | 125ff3040f006fcce20d9404cbdc9b414fa2746b (diff) | |
| download | ruby-0c0920ecdf3e79987a9c9b7ce5884b87aaefb3f1.tar.gz ruby-0c0920ecdf3e79987a9c9b7ce5884b87aaefb3f1.tar.xz ruby-0c0920ecdf3e79987a9c9b7ce5884b87aaefb3f1.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Feb 22 21:20:53 2002 Minero Aoki <aamine@loveruby.net> + + * 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 <usa@ruby-lang.org> * win32/config.status.in: set LIBRUBY_SO. |
