]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server/ssl: clear the shared good session index on failure
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Aug 2023 10:04:01 +0000 (12:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 Aug 2023 06:50:01 +0000 (08:50 +0200)
commit777f62cfb70d44eaa624f99a75666725b593db20
treef515724f28a0e0cdd3e267fe8dec058b26ea5ece
parent52b260bae45967953c7b12e43ea8f940fc0b6d07
MINOR: server/ssl: clear the shared good session index on failure

If we fail to set the session using SSL_set_session(), we want to quickly
erase our index from the shared one so that any other thread with a valid
session replaces it.
src/ssl_sock.c