commit | cb250fc9843a335fffe44ed6b15570e5b7cd2a35 | [log] [tgz] |
---|---|---|
author | Mathias Weiersmueller <mathias.weiersmueller@cyberheads.ch> | Mon Dec 02 09:43:40 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 03 07:34:56 2019 +0100 |
tree | 604b5d0b22eff9f2869e746bdc2300c75c8fce17 | |
parent | e9a100e982cd1fac201e6e2862cc666887e202e9 [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.