From 39055d159ff7ef68ae046162f5f1c0fadb3ae58a Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Thu, 5 Jan 2023 11:24:55 +0100 Subject: [PATCH] DOC: config: remove duplicated "http-response sc-set-gpt0" directive This directive was erroneously duplicated. This patch could be backported as far as 2.5. --- doc/configuration.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 8b2b9a6..c5e6d2a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7927,8 +7927,6 @@ http-response sc-set-gpt(,) { | } [ { if | unless } ] http-response sc-set-gpt0() { | } [ { if | unless } ] -http-response sc-set-gpt0() { | } - [ { if | unless } ] These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . Please refer to "http-request -- 1.7.10.4