Changes since version 2.3-dev6 : Ilya Shipitsin (1): CI: travis-ci: replace not defined SSL_LIB, SSL_INC for BotringSSL builds Willy Tarreau (13): BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited BUG/MINOR: mux-h2: do not stop outgoing connections on stopping MINOR: fd: report an error message when failing initial allocations MINOR: proto-tcp: make use of connect(AF_UNSPEC) for the pause MINOR: sock: add sock_accept_conn() to test a listening socket MINOR: protocol: make proto_tcp & proto_uxst report listening sockets MINOR: sockpair: implement the .rx_listening function CLEANUP: tcp: make use of sock_accept_conn() where relevant CLEANUP: unix: make use of sock_accept_conn() where relevant BUG/MINOR: listener: detect and handle shared sockets stopped in other processes CONTRIB: tcploop: implement a disconnect operation 'D' CLEANUP: protocol: intitialize all of the sockaddr when disconnecting BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner