]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 21 Feb 2025 09:49:41 +0000 (13:49 +0400)
committerpluknet <pluknet@nginx.com>
Wed, 26 Feb 2025 13:40:03 +0000 (17:40 +0400)
commit3d7304b527d1fb6eb697eb8719f286ba7b8e90de
treef394d077a2b3dce09666a7d92f77ef7a56aa4478
parentb11ae4cfc9483006f67d92850dc520abe659d880
SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.

All such transient buffers are converted to the single storage in BSS.

In preparation to raise the limit.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/ngx_http_upstream_round_robin.c
src/stream/ngx_stream_upstream_round_robin.c