]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: retrieve the front proxy from the caller instead of the session
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Oct 2018 08:33:02 +0000 (10:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:58:01 +0000 (16:58 +0200)
commit0b37d658e6bb14134581358b210b4b66d5373202
tree4fe31332383466d95cafcab398c51344110a9ccc
parent7dc24e49cc428354f355efdc333918f078103398
MINOR: h2: retrieve the front proxy from the caller instead of the session

Till now in order to figure the timeouts, we used to retrieve the proxy
from the session's owner, but the new API provides it so it's better to
simply take it from the caller at init time. We take this opportunity to
store the pointer to the proxy into the h2 connection so that we can
reuse it later when needed.
src/mux_h2.c