Changes since version 1.5-dev14 : Dmitry Sivachenko (1): DOC: add a few precisions on compression Emeric Brun (4): BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert. BUG/MINOR: ssl: One free session in cache remains unused. BUG/MEDIUM: ssl: first outgoing connection would fail with {ca,crt}-ignore-err MEDIUM: ssl: manage shared cache by blocks for huge sessions. Tait Clarridge (1): MINOR: acl: add fetch for server session rate William Lallemand (2): BUG/MINOR: compression: Content-Type is case insensitive MINOR: compression: disable on multipart or status != 200 Willy Tarreau (23): BUG/MINOR: http: don't report client aborts as server errors MINOR: stats: compute the ratio of compressed response based on 2xx responses MINOR: http: factor out the content-type checks BUG/MAJOR: stats: correctly check for a possible divide error when showing compression ratios BUILD: ssl: OpenSSL 0.9.6 has no renegociation BUG/MINOR: http: disable compression when message has no body MINOR: compression: make the stats a bit more robust BUG/MEDIUM: comp: DEFAULT_MAXZLIBMEM was expressed in bytes and not megabytes MINOR: connection: don't remove failed handshake flags MEDIUM: connection: add an error code in connections MEDIUM: connection: add minimal error reporting in logs for incomplete connections MEDIUM: connection: add error reporting for the PROXY protocol header MEDIUM: connection: add error reporting for the SSL DOC: document the connection error format in logs BUG/MINOR: http: don't log a 503 on client errors while waiting for requests BUILD: stdbool is not portable BUILD: ssl: NAME_MAX is not portable, use MAXPATHLEN instead BUG/MAJOR: raw_sock: must check error code on hangup BUG/MAJOR: polling: do not set speculative events on ERR nor HUP BUG/MEDIUM: session: fix FD leak when transport layer logging is enabled MINOR: stats: add a few more information on session dump BUG/MINOR: tcp: set the ADDR_TO_SET flag on outgoing connections CLEANUP: connection: remove unused server/proxy/task/si_applet declarations