]> git.kaiwu.me - nginx.git/commit
SSL: preserve default server context in connection (ticket #235).
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 19 Oct 2015 18:22:38 +0000 (21:22 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 19 Oct 2015 18:22:38 +0000 (21:22 +0300)
commit440759bd6622c3db4ebf3ad60b497f0eaec203dd
treec4a6632ae0a9c1b7682bdad8d558c497b38471d2
parent9faac47113dcaec81f0427b16d27752f984fda1a
SSL: preserve default server context in connection (ticket #235).

This context is needed for shared sessions cache to work in configurations
with multiple virtual servers sharing the same port.  Unfortunately, OpenSSL
does not provide an API to access the session context, thus storing it
separately.

In collaboration with Vladimir Homutov.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h