]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 28 Feb 2019 17:10:45 +0000 (18:10 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 18 Apr 2019 12:56:24 +0000 (14:56 +0200)
commit7b5fd1ec26abd7d982de0f9a3c65eb853c8498ab
tree04e418efcfd4b1184dfa1f72529d78555b3a4e9a
parent66ab498f263ec4c094bb590536c63cf8aab8d10d
MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx.

Move xprt_st, tmp_early_data and sent_early_data from struct connection to
struct ssl_sock_ctx, as they are only used in the SSL code.
include/proto/connection.h
include/types/connection.h
src/ssl_sock.c