commit | ef453ed9b0684d025fb741aae3d4f37ccbb0e731 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 24 21:39:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:09:00 2018 +0100 |
tree | 523a23e9589380b8bea8fb68f43cdd7e95ce2e29 | |
parent | fec7bd16dee8244cfc798e10bc8f1295084d4477 [diff] |
MINOR: http_fetch: Add smp_prefetch_htx It does the same than smp_prefetch_http but for HTX messages. It can be called from an HTTP proxy or a TCP proxy. For HTTP proxies, the parsing is handled by the mux, so it does nothing but wait. For TCP proxies, it tries to parse an HTTP message and to convert it in a temporary HTX message. Sample fetches will use this temporary variable to do their job.