CLEANUP: ssl: keep a pointer to the server in ssl_sock_init()
authorWilly Tarreau <w@1wt.eu>
Wed, 30 Aug 2023 10:00:29 +0000 (12:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Aug 2023 16:58:40 +0000 (18:58 +0200)
commit335b5adf2c73597dc7c83fdfd94d1ca0ddd5bca3
tree08f854e98c7892b3c06a333281ac841c0496c63c
parentbc31ef08964dad1a1de0d7c2c283861dcfdc167b
CLEANUP: ssl: keep a pointer to the server in ssl_sock_init()

We're using about 6 times "__objt_server(conn->target)" there, it's not
quite easy to read, let's keep a pointer to the server.
src/ssl_sock.c