commit | 5db105e8b2dea551a217dfb9f8fdb00c5a769332 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 24 16:07:12 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 24 17:16:00 2017 +0200 |
tree | 88a86368e99d506d2fed389b736d34fa119b2127 | |
parent | ec1005134995d5c9da0d8c8b20ab96856449d83c [diff] |
MINOR: samples: Handle the type SMP_T_METH in smp_is_safe and smp_is_rw For all known methods, samples are considered as safe and rewritable. For unknowns, we handle them like strings (SMP_T_STR).