On Wed, 27 Mar 2002, Greg Stein wrote: > Maybe this could return a status, rather than just calling ssl_die()? (and > have the caller do the die...) > > Personally, I'd rather see an eventual case where you bubble up the death, > and let Apache core do the exiting, rather than having the module just go > bell-up. Adding return codes where possible can help to move towards that > long term goal.
planning on that and getting rid of ssl_die() everywhere. i'll be making a few passes during this reorg, all these new functions are going to tweaked a few more times. main focus is supporting proxy, but will be cleaning up things like this along the way.