SSL hooks in load balancer modules

Hi all,

I have a question about the SSL hooks in upstream support, i.e.:

struct ngx_peer_connection_s {
/* … */

#if (NGX_SSL)
ngx_event_set_peer_session_pt set_session;
ngx_event_save_peer_session_pt save_session;
#endif

/* ... */

};

When are the hooks called? What are they supposed to do? They look
like support for https proxying but I cannot see the bigger picture.
Any insight greatly appreciated.

Best regards,
Grzegorz N.

On Sun, Dec 02, 2007 at 11:50:28AM +0100, Grzegorz N. wrote:

Hi all,

I have a question about the SSL hooks in upstream support, i.e.:

Please disregard this mail, gmail’s imap support really is beta :wink: