commit | 47a4c61d636fc8fa63f0247a735075c1872c701d | [log] [tgz] |
---|---|---|
author | vigneshsp <vickycena94@outlook.com> | Mon May 09 22:36:39 2022 +0530 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 11 11:39:06 2022 +0200 |
tree | 2d2ecc4022395021bba1689ef1a46f402cd00af9 | |
parent | 6d868a2c658f2361ba1361a8429664ff29a0cb60 [diff] |
BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). The statefile before this patch can only parse lines within 512 characters, now as we made the value to 2000, it can support a line of length of 2kB. This patch fixes GitHub issue #1530. It should be backported to all stable releases.