On Oct 25, 2010, at 5:58 AM, Richard Salz wrote: >> ... [signals are different with threads] ... > > Thanks, but I have all the signal stuff right; I know my handler is > getting called. (I've been doing this for awhile, cf > http://www.mail-archive.com/openssl-...@openssl.org/msg07729.html :) > > I thought that the server was still blocked in polling for accept, and > read through the code. To make a long story short, it looks like > TSimpleServer::stop() is missing this line: > serverTransport_->interrupt() > > Can anyone on the core team confirm this as a bug? >
Hi, I'm not core team, but I can confirm it (It's in my 591 patch). Best, Rush