commit | 2f49d6d17be8825a2c64ed89434d85959b8000f8 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Wed Mar 12 15:01:52 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 17 16:39:18 2014 +0100 |
tree | 47be447c45992f978fa1d607a6b2dbf17b984fed | |
parent | d048d8b89127019b5a42932321c270ec48b44a6b [diff] |
MINOR: sample: add hex converter This new filter converts BIN type to its hexadecimal representation in STR type. It is used to keep the compatibility with the original bin2str cast. It will be useful when bin2str changes to copy the string as-is without encoding anymore.