]> git.kaiwu.me - nginx.git/commit
SSL: object cache inheritance from the old configuration cycle.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 18 Dec 2024 16:03:35 +0000 (20:03 +0400)
committerpluknet <pluknet@nginx.com>
Fri, 17 Jan 2025 00:37:46 +0000 (04:37 +0400)
commit8311e14ae614529aabe9e72e87051d191b723fb4
treed742d902c68fd58c5b7cd748107bd9b4677a095e
parent47f862ffad6a7068100d50887c495f80973ca47b
SSL: object cache inheritance from the old configuration cycle.

Memory based objects are always inherited, engine based objects are
never inherited to adhere the volatile nature of engines, file based
objects are inherited subject to modification time and file index.

The previous behaviour to bypass cache from the old configuration cycle
is preserved with a new directive "ssl_object_cache_inheritable off;".
src/event/ngx_event_openssl_cache.c