]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit...
authorEmeric Brun <ebrun@haproxy.com>
Wed, 6 Dec 2017 12:51:49 +0000 (13:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Dec 2017 13:17:41 +0000 (14:17 +0100)
commitece0c334bd16da66d56bece297b4495124a9d7c8
tree7f4c31efa190b3f05af9d4488aafd489968a30fe
parent473cf5d0cd2e950da7266bf88518442b583b66d7
BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically.

The number of async fd is computed considering the maxconn, the number
of sides using ssl and the number of engines using async mode.

This patch should be backported on haproxy 1.8
include/types/global.h
src/haproxy.c
src/ssl_sock.c