haproxy/include
Emeric Brun 975564784f MEDIUM: ring: add new srv statement to support octet counting forward
log-proto <logproto>
  The "log-proto" specifies the protocol used to forward event messages to
  a server configured in a ring section. Possible values are "legacy"
  and "octet-count" corresponding respectively to "Non-transparent-framing"
  and "Octet counting" in rfc6587. "legacy" is the default.

Notes: a separated io_handler was created to avoid per messages test
and to prepare code to set different log protocols such as
request- response based ones.
2020-05-31 10:49:43 +02:00
..
common MEDIUM: ring: add server statement to forward messages from a ring 2020-05-31 10:46:13 +02:00
import
proto MINOR: ring: re-work ring attach generic API. 2020-05-31 10:37:31 +02:00
types MEDIUM: ring: add new srv statement to support octet counting forward 2020-05-31 10:49:43 +02:00