]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported.
authorEmeric Brun <ebrun@exceliance.fr>
Wed, 7 May 2014 14:10:18 +0000 (16:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 May 2014 20:46:32 +0000 (22:46 +0200)
commitcaa19cc86748ebae63343bfe06426fc74eeacd02
treee14c9894d8c8acfd4fbacf2a70b034780248f518
parent5cbe4ef265680f83ee3d09eba4ca79b6c9741d24
BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported.

Process shared mutex seems not supported on some OSs (FreeBSD).

This patch checks errors on mutex lock init to fallback
on a private session cache (per process cache) in error cases.
include/proto/shctx.h
src/cfgparse.c
src/shctx.c