commit | 8fa60e4613623558411b2f932a38c16d2d712093 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 23 11:04:05 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:33 2019 +0200 |
tree | fd3f81e28382898f8a766edd4efed49ad2a6e140 | |
parent | 29f1758285968a2cb764e10306da68e5e58b3eda [diff] |
MINOR: stats/htx: don't use the first block position but the head one Applets must never rely on the first block position to consume an HTX message. The head position must be used instead. For the request it is always the start-line. At this stage, it is not a bug, because the first position of the request is never changed by HTX analysers.