diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 06da1d921..7796bf907 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -5173,6 +5173,8 @@ static int ssl_sock_init(struct connection *conn, void **xprt_ctx) ctx->conn = conn; ctx->send_wait = NULL; ctx->recv_wait = NULL; + ctx->xprt_st = 0; + ctx->xprt_ctx = NULL; /* Only work with sockets for now, this should be adapted when we'll * add QUIC support.