1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add ML number.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2004-07-05 00:21:38 +00:00
parent 4f46d8a69a
commit b46e9297b3

View file

@ -7,6 +7,7 @@ Mon Jul 5 01:20:17 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* lib/drb/drb.rb(DRbConn self.open): If socket pool is full, close
the socket whose last-access-time is oldest. (and add new one)
[ruby-dev:23860]
Sun Jul 4 12:24:50 2004 Kouhei Sutou <kou@cozmixng.org>