]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: Use a `struct ist` to store proxy_authority
authorTim Duesterhus <tim@bastelstu.be>
Sat, 6 Mar 2021 19:06:50 +0000 (20:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Mar 2021 08:24:32 +0000 (09:24 +0100)
commit615f81eb5ad3e8c691901db8ce3e6a4a6b6efa49
tree4a47f045bff2f242da549065ff2ad5b94cefc0fd
parent002bd77a6e50c755ac1d2905c464867386f5679e
MINOR: connection: Use a `struct ist` to store proxy_authority

This makes the code cleaner, because proxy_authority can be handled like
proxy_unique_id.
include/haproxy/connection-t.h
include/haproxy/connection.h
src/connection.c