commit | f8413cba2a3e824747b9ef3ea3b65a07b03b0292 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 07 16:06:14 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 22 14:52:15 2023 +0100 |
tree | f202b7e7addf9972465b76f050b531ace1a5e2cf | |
parent | ed7e66fe1a316c5344e10da9d3433ad67d2ce866 [diff] |
MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc These timers are related to the I/O. Thus it is logical to move them into the SE descriptor. The patch is a bit huge but it is just a replacement. However it is error-prone. From the stconn or the stream, helper functions are used to get, set or reset these timers. This simplify the timers manipulations.