MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Oct 2019 07:38:27 +0000 (09:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Oct 2019 08:03:12 +0000 (10:03 +0200)
commit065118166c4026eaf942a433ca884a6ecec54176
treea5cdfd2dbe1db491213a97ecc62e285f3af9ad63
parent0d4ce93fcf9bd1f350c95f5a1bbe403bce57c680
MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy

The flag HTX_FL_PROXY_RESP is now set on responses generated by HAProxy,
excluding responses returned by applets and services. It is an informative flag
set by the applicative layer.
include/common/htx.h
src/http_ana.c