]> git.kaiwu.me - haproxy.git/commit
MINOR: mux: implement a get_first_cs() method
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:29:20 +0000 (21:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:29:20 +0000 (21:29 +0100)
commitfafd3984b9bc41466bcfda88ee290352571099ed
tree701c09f136e09fa06d9f1015d5a8c6fd996747df
parent479998adbfaa7747f3b415ba3f9c53d87365189d
MINOR: mux: implement a get_first_cs() method

This method is used to retrieve the first known good conn_stream from
the mux. It will be used to find the other end of a connection when
dealing with the proxy protocol for example.
include/proto/connection.h
include/types/connection.h
src/mux_h2.c
src/mux_pt.c