commit | a4e360bb55e61a50158c2276a92849bd181b0786 | [log] [tgz] |
---|---|---|
author | Jerome Magnin <jmagnin@haproxy.com> | Fri Feb 21 10:33:12 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 28 11:21:59 2020 +0100 |
tree | 84b614918cdba367247415750c9b8b0d4945bed7 | |
parent | ef9a169ed4845c70514ec12f262ea54641b020f8 [diff] |
MINOR: ist: add an iststop() function Add a function that finds a character in an ist and returns an updated ist with the length of the portion of the original string that doesn't contain the char. Might be backported to 2.1 (cherry picked from commit 9dde0b2d31dd0e588a6fcd34ca8b6dd6cee73e3d) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com> (cherry picked from commit 48517d84c9976adeb71f0517ed02a79ad8ea445f) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>