]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Implement get_cs_info() callback
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Nov 2018 14:12:34 +0000 (15:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commitfeb1174be072f66ed6902c5f014bbab58c332c2e
tree6c90777e97acdc2fdc8baf59c1d9d78d9d57d5e7
parent3bc1b11dae176ca651b1d76bc7bb4d0a93e490e9
MINOR: mux-h1: Implement get_cs_info() callback

When the connection client is accepted, the info of the client conn_stream are
filled with the session info (accept_date, tv_accept and t_handshake). For all
other conn_streams, on client and server side, their info are filled using
global values (date and now).
src/mux_h1.c