commit | bbf3823f82648daaa3fd0f14f8ad787cff7fcf63 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 12 09:08:54 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:38:25 2018 +0200 |
tree | 9803ec05346be5561889f227e562ffc1d95a70ba | |
parent | 25173a7bcce8173c294c9f15ca7e6da8bc8415e0 [diff] |
MINOR: h1: properly pre-initialize err_pos to -2 This way we maintain the old mechanism stating that -2 means we block on errors, -1 means we only capture them, and a positive value indicates the position of the first error.