From 8ede0fb1d12b77f92a9f7d32095098668e22ea28 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Tue, 30 Jan 2024 16:20:41 +0100 Subject: [PATCH] DOC: config: fix ordering for "txn.*" fetches Properly re-order "txn.*" fetches by alphabetical name. --- doc/configuration.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 156a46e7f..d5df30bfe 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -20514,8 +20514,8 @@ str() string table_avl([]) integer table_cnt([
]) integer thread integer -txn.id32 integer txn.conn_retries integer +txn.id32 integer txn.sess_term_state string uuid([]) string var([,]) undefined @@ -20966,18 +20966,18 @@ thread : integer the function, between 0 and (global.nbthread-1). This is useful for logging and debugging purposes. -txn.id32 : integer - Returns the internal transaction ID. It is a 32bits integer. So, in absolute, - its value is not unique, transaction IDs may wrap. The wrapping period - depends on the request rate. In practice, it should not be an issue. For a - true unique ID, see "unique-id-format" directive. - txn.conn_retries : integer Returns the the number of connection retries experienced by this stream when trying to connect to the server. This value is subject to change while the connection is not fully established. For HTTP connections, the value may be affected by L7 retries. +txn.id32 : integer + Returns the internal transaction ID. It is a 32bits integer. So, in absolute, + its value is not unique, transaction IDs may wrap. The wrapping period + depends on the request rate. In practice, it should not be an issue. For a + true unique ID, see "unique-id-format" directive. + txn.sess_term_state : string Returns the TCP or HTTP stream termination state, as reported in the log. It is a 2-characters string, The final stream state followed by the event which