Issue #4670 has been updated by Andrew Parker. Target version deleted (2.7.x)
---------------------------------------- Bug #4670: Puppet::Network::HTTP::WEBrick#listening? not reentrant https://projects.puppetlabs.com/issues/4670#change-80268 Author: Rein Henrichs Status: In Topic Branch Pending Review Priority: Normal Assignee: Nigel Kersten Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/reinh/puppet/tree/ticket/master/4670 Puppet::Network::HTTP::WEBrick#listening? is wrapped in a Mutex#synchronize block. Not only is this unnecessary, it will cause bugs if listening? is called while the same mutex is locked, for instance inside listen or unlisten. This is because Mutex#synchronize is not reentrant. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
