commit | 0b37d658e6bb14134581358b210b4b66d5373202 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 03 10:33:02 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:58:01 2018 +0200 |
tree | 4fe31332383466d95cafcab398c51344110a9ccc | |
parent | 7dc24e49cc428354f355efdc333918f078103398 [diff] |
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.