commit | b2fe22313a15644c5ca9ead4702ae045fda5d7dd | [log] [tgz] |
---|---|---|
author | Mathias Weiersmueller <mathias.weiersmueller@cyberheads.ch> | Mon Dec 02 09:43:40 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 05 08:03:11 2019 +0100 |
tree | b0f727314af180b4c3c2612938564956e4aa80ec | |
parent | 50cfb315e0c86f8e2711540c43e4e2e52607466a [diff] |
DOC: clarify matching strings on binary fetches Add clarification and example to string matching on binary samples, as comparison stops at first null byte due to strncmp behaviour. Backporting all the way down to 1.5 is suggested as it might save from headaches. (cherry picked from commit cb250fc9843a335fffe44ed6b15570e5b7cd2a35) Signed-off-by: Willy Tarreau <w@1wt.eu> (cherry picked from commit 31f3f5e5fecc6dcec08497b06df8267aad62e0ae) Signed-off-by: Willy Tarreau <w@1wt.eu>