]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: store the session's accept date
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 12:46:56 +0000 (14:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:30 +0000 (11:37 +0200)
commit7ea671b9142be2df1b7d49b62ef6bfc533b5c248
tree042780bfd00cc1ef862445fc481890b630b9c69c
parent15b5e14faa6644a5d79423b10c1862842ac7ba4e
MINOR: session: store the session's accept date

Doing so ensures we don't need to use the stream anymore to prepare the
log information to report a failed handshake on an embryonic session.
Thus, prepare_mini_sess_log_prefix() now takes a session in argument.
include/types/session.h
src/hlua.c
src/peers.c
src/stream.c