diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-16 14:03:20 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-16 14:03:20 +0000 |
| commit | ae705226e425f987255de1605d3f0038c3b3c6df (patch) | |
| tree | 1b8f4bac570726c7c66c1d0785da8041176bee83 /ChangeLog | |
| parent | 5a3fb9f0f9777bb4d2b177a2a59ca0b6972e9e93 (diff) | |
| download | ruby-ae705226e425f987255de1605d3f0038c3b3c6df.tar.gz ruby-ae705226e425f987255de1605d3f0038c3b3c6df.tar.xz ruby-ae705226e425f987255de1605d3f0038c3b3c6df.zip | |
aamine
* lib/net/http.rb: can call {old,new}_implementation any times.
* lib/net/http.rb: HTTP#connecting, receive ->
common_oper, connecting.
* lib/net/http.rb: output warning if u_header includes
duplicated header.
* lib/net/http.rb: not check Connection:/Proxy-Connection;
always read until eof.
* lib/net/protocol: detects and catches "break" from block.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Thu Nov 16 23:06:07 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> + + * lib/net/http.rb: can call {old,new}_implementation any times. + + * lib/net/http.rb: HTTP#connecting, receive -> + common_oper, connecting. + + * lib/net/http.rb: output warning if u_header includes + duplicated header. + + * lib/net/http.rb: not check Connection:/Proxy-Connection; + always read until eof. + + * lib/net/protocol: detects and catches "break" from block. + Thu Nov 16 14:58:00 2000 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * ext/socket/socket.c (sock_new): duplicates file descriptor |
