diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-07 17:17:51 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-07 17:17:51 +0000 |
| commit | b19f35170f7227561f98257525ab130b6c8b9869 (patch) | |
| tree | 6b0d719247f16754fed1edb105e1bed2f371a5ca /ChangeLog | |
| parent | 44be6d240f1334227f2216cdf13d2124b9a912ea (diff) | |
| download | ruby-b19f35170f7227561f98257525ab130b6c8b9869.tar.gz ruby-b19f35170f7227561f98257525ab130b6c8b9869.tar.xz ruby-b19f35170f7227561f98257525ab130b6c8b9869.zip | |
aamine
* lib/net/http.rb: join HTTPReadResponse into HTTPResponse again.
* lib/net/http.rb: move http_version() from HTTPRequest to HTTPResponse.
* lib/net/protocol.rb: refactoring.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1165 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 @@ +Thu Feb 8 02:22:09 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp> + + * lib/net/http.rb: join HTTPReadResponse into HTTPResponse again. + + * lib/net/http.rb: move http_version() from HTTPRequest to + HTTPResponse. + + * lib/net/protocol.rb: refactoring. + Wed Feb 7 16:27:27 2001 Minero Aoki <aamine@dp.u-netsurf.ne.jp> * lib/net/http.rb: split HTTPResponse into HTTPReadResponse |
