On Mon, 03 Sep 2007 08:24:51 +0200
Stefan Priebe <[EMAIL PROTECTED]> wrote:
> That's bad :-(
> 
> Why you don't use hook_quit ?
If any plugin with hook_quit() returns DONE the hook_disconnect() is
not called. 
If you have a plugin which which hooks 'reset_transaction', the final
hook_reset_transaction() will not be called if you exit in
hook_disconnect().
The only way not to call the post-connection hook in -prefork (and 
-forkserver) is to kill the process.

> Hanno Hecker schrieb:
> > For now it seems like the only solution is to exit the process if SSL
> > and non-SSL connections are used on the same port (STARTTLS),
> > prefereably not in hook_disconnect() but in hook_post_connection(), see
> > attached diff. With SSL-only connections on port 465 everything works
> > fine for me.

        Hanno

Reply via email to