From: Baptiste Assmann Date: Wed, 21 Oct 2015 21:13:46 +0000 (+0200) Subject: DOC: typo on capture.res.hdr and capture.req.hdr X-Git-Tag: v1.7-dev1~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ac425ca489831fbea2a95b8c7e420ee7a5f8560;p=thirdparty%2Fhaproxy.git DOC: typo on capture.res.hdr and capture.req.hdr capture.res.hdr and capture.req.hdr were mis-spelled (hdr.req.capture) in the doc, leading to misunderstandings. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 73fef5e412..7dea0f6c4a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2770,6 +2770,7 @@ declare capture [ request | response ] len for use in the response. See also: "capture-req", "capture-res" (sample converters), + "capture.req.hdr", "capture.res.hdr" (sample fetches), "http-request capture" and "http-response capture". @@ -11841,16 +11842,16 @@ capture-req() is. If the slot doesn't exist, the capture fails silently. See also: "declare capture", "http-request capture", - "http-response capture", "req.hdr.capture" and - "res.hdr.capture" (sample fetches). + "http-response capture", "capture.req.hdr" and + "capture.res.hdr" (sample fetches). capture-res() Capture the string entry in the response slot and returns the entry as is. If the slot doesn't exist, the capture fails silently. See also: "declare capture", "http-request capture", - "http-response capture", "req.hdr.capture" and - "res.hdr.capture" (sample fetches). + "http-response capture", "capture.req.hdr" and + "capture.res.hdr" (sample fetches). sdbm([]) Hashes a binary input sample into an unsigned 32-bit quantity using the SDBM