Issue #4670 has been updated by James Turnbull.

Target version set to Statler


----------------------------------------
Bug #4670: Puppet::Network::HTTP::WEBrick#listening? not reentrant
https://projects.puppetlabs.com/issues/4670

Author: Rein Henrichs
Status: Ready for Testing
Priority: Normal
Assignee: Rein Henrichs
Category: 
Target version: Statler
Affected Puppet version: 
Keywords: 
Branch: 


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.

Reply via email to