]> git.kaiwu.me - haproxy.git/commit
MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Sep 2013 08:47:38 +0000 (10:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit1e6902fd6a4935b36a1dc4ab36ce50757b407a20
tree44dbfcb05d36ec36b019f5540af7c861bd2bd201
parent51c218475594b2a4e585c1835d47c669e457f72b
MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN

We do this everywhere we prepare a connection so that we can safely
switch to objt_conn() next.
src/peers.c
src/proto_http.c
src/session.c