]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sessions: Start to store the outgoing connection in sessions.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 13 Nov 2018 15:44:31 +0000 (16:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:44:56 +0000 (21:44 +0100)
commit131fd89d5a20f50942fef2f4f5afb915aad22e4a
treec9dfb990f07f5e6bd88f222e7deab43ddafb5d11
parent060ed433613d4dbeeac139e5e5b41f9af763dd2e
MINOR: sessions: Start to store the outgoing connection in sessions.

Introduce a new field in session, "srv_conn", and a linked list of sessions
in the connection. It will be used later when we'll switch connections
from being managed by the stream, to being managed by the session.
include/proto/connection.h
include/types/connection.h
include/types/session.h
src/session.c