diff options
author | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-18 12:32:53 +0000 |
---|---|---|
committer | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-18 12:32:53 +0000 |
commit | 0967c1e3ad0fb8d36e0b4fe4117f8e6faca3e9f0 (patch) | |
tree | ae4ca24de4b4a5d5d0554fe5a3995bba86583e6c /ChangeLog | |
parent | 9d30ef596c3b6830cbb19bf00dd8072f43c3014d (diff) |
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To prevent
potential deadlocks, Queue is used to tell update of @timeout_info
instead of sleep and wakeup. [Bug #11742] [ruby-dev:49387]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53192 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 @@ +Fri Dec 18 21:26:54 2015 Naohisa Goto <[email protected]> + + * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To prevent + potential deadlocks, Queue is used to tell update of @timeout_info + instead of sleep and wakeup. [Bug #11742] [ruby-dev:49387] + Fri Dec 18 17:24:09 2015 Koichi Sasada <[email protected]> * compile.c (ibf_load_object_string): use fstring if frozen string. |