commit | 25a02f65b1c1b3bff2e75025e0cf590cb8ba0fe2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 24 12:00:25 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:08:58 2018 +0100 |
tree | fdb36633255f115d860b4036926746105daf51b8 | |
parent | fcda7c6850299a58e346118e17ca5895c4a2dde2 [diff] |
MINOR: proto_htx: Add functions to check the cacheability of HTX messages It is more or less the same than legacy versions but adapted to be called from HTX analyzers. In the legacy versions of these functions, we switch on the HTX code when applicable.