]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: add "txn.redispatch" fetch
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 30 Jan 2024 11:03:28 +0000 (12:03 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 5 Feb 2024 13:54:37 +0000 (14:54 +0100)
commit92b2edb42e37941dd825712c022c60e9b672972d
tree5ee40c3e92e14621ab1b675181338c0bec6a2ff7
parent8ede0fb1d12b77f92a9f7d32095098668e22ea28
MINOR: stream: add "txn.redispatch" fetch

Fetch will return true if the stream underwent a redispatch according to
"option redispatch" setting upon retries.

Documentation was added, and the "%rc" logformat alternative now mentions
the new fetch to properly emulate the logformat behavior.
doc/configuration.txt
src/stream.c