From: Willy Tarreau Date: Thu, 30 Nov 2023 08:24:21 +0000 (+0100) Subject: DOC: config: fix mention of request slot in http-response capture X-Git-Tag: v2.9-dev12~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6282b8f36131de54853bf3d3fd307f02341239a0;p=thirdparty%2Fhaproxy.git DOC: config: fix mention of request slot in http-response capture It's response slot, not request slot. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index e44f7bc888..e5754a644f 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8303,12 +8303,12 @@ http-response cache-store [ { if | unless } ] http-response capture id [ { if | unless } ] This captures sample expression from the response buffer, and - converts it to a string. The resulting string is stored into the next request - "capture" slot, so it will possibly appear next to some captured HTTP - headers. It will then automatically appear in the logs, and it will be + converts it to a string. The resulting string is stored into the next + response "capture" slot, so it will possibly appear next to some captured + HTTP headers. It will then automatically appear in the logs, and it will be possible to extract it using sample fetch rules to feed it into headers or - anything. Please check section 7.3 (Fetching samples) and - "capture response header" for more information. + anything. Please check section 7.3 (Fetching samples) and "capture response + header" for more information. The keyword "id" is the id of the capture slot which is used for storing the string. The capture slot must be defined in an associated frontend.