commit | caa19cc86748ebae63343bfe06426fc74eeacd02 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Wed May 07 16:10:18 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 08 22:46:32 2014 +0200 |
tree | e14c9894d8c8acfd4fbacf2a70b034780248f518 | |
parent | 5cbe4ef265680f83ee3d09eba4ca79b6c9741d24 [diff] |
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.