diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-07 07:23:09 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-07 07:23:09 +0000 |
| commit | 44be6d240f1334227f2216cdf13d2124b9a912ea (patch) | |
| tree | d906e0cbca08ee472d7397e9c5ba2074902e6cec /ChangeLog | |
| parent | 5827086b468c64a68688b7f372c1164b5d0b8eef (diff) | |
| download | ruby-44be6d240f1334227f2216cdf13d2124b9a912ea.tar.gz ruby-44be6d240f1334227f2216cdf13d2124b9a912ea.tar.xz ruby-44be6d240f1334227f2216cdf13d2124b9a912ea.zip | |
aamine
* lib/net/http.rb: split HTTPResponse into HTTPReadResponse module.
* lib/net/protocol.rb: add Net::net_private.
* lib/net/protocol.rb: Socket#reopen takes arg, open_timeout.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Feb 7 16:27:27 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp> + + * lib/net/http.rb: split HTTPResponse into HTTPReadResponse + module. + + * lib/net/protocol.rb: add Net::net_private. + + * lib/net/protocol.rb: Socket#reopen takes arg, open_timeout. + Tue Feb 6 21:30:44 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp> * lib/net/http.rb: call on_connect() on re-opening socket. |
