MINOR: cfgparse: remove line size limitation
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 12 May 2015 12:25:37 +0000 (14:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 May 2015 13:28:07 +0000 (15:28 +0200)
commit64e84516c43afa85c389e263daa31a1bd532f5f0
treea3f78294d0a85c9267f4a526813d20003273621c
parent3f41560f610971cd6aaa24fe240949d938109d26
MINOR: cfgparse: remove line size limitation

Remove the line size limitation of the configuration parser.  The buffer
is now allocated dynamically and grows when the line is too long.
src/cfgparse.c