diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-07 23:41:30 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-04-07 23:41:30 +0000 |
| commit | 7b18633804c606e8bcccfbb44e7d7b795e777ea6 (patch) | |
| tree | 8e386a27c2a918e9a0920804b4ebfdca974aa98e /ChangeLog | |
| parent | 9ec849ee085393c2dc08dc07616184e74d81a3b5 (diff) | |
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keys
and fetch values from it to prevent @timeout_info's error
"can't add a new key into hash during iteration".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Apr 8 07:26:40 2012 NARUSE, Yui <naruse@ruby-lang.org> + + * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keys + and fetch values from it to prevent @timeout_info's error + "can't add a new key into hash during iteration". + Sun Apr 8 06:51:57 2012 NARUSE, Yui <naruse@ruby-lang.org> * io.c (io_unread): cast as long the value for extra_max. |
