Changes since version 2.3-dev7 : Christopher Faulet (1): BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns Ilya Shipitsin (2): BUG/MINOR: disable dynamic OCSP load with BoringSSL BUILD: ssl: make BoringSSL use its own version numbers Willy Tarreau (9): MINOR: backend: replace the lbprm lock with an rwlock MINOR: lb/map: use seek lock and read locks where appropriate MINOR: lb/leastconn: only take a read lock in fwlc_get_next_server() MINOR: lb/first: use a read lock in fas_get_next_server() MINOR: lb/chash: use a read lock in chash_get_server_hash() CLEANUP: threads: don't register an initcall when not debugging MINOR: threads: change lock_t to an unsigned int CLEANUP: tree-wide: reorder a few structures to plug some holes around locks CLEANUP: task: remove the unused and mishandled global_rqueue_size