]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typo on stick-store response
authorBaptiste Assmann <bedis9@gmail.com>
Sun, 6 Mar 2016 22:27:24 +0000 (23:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 14:53:39 +0000 (16:53 +0200)
It is used to store responses, and not requests.

backport: 1.5 and above

doc/configuration.txt

index 9f0b1e0a46c2ed1d01df16465d2b003b215f0b45..42faa56d4694956f120d2b0bff8b7ddc19b78d0e 100644 (file)
@@ -8240,7 +8240,7 @@ stick-table type {ip | integer | string [len <length>] | binary [len <length>]}
 
 
 stick store-response <pattern> [table <table>] [{if | unless} <condition>]
-  Define a request pattern used to create an entry in a stickiness table
+  Define a response pattern used to create an entry in a stickiness table
   May be used in sections :   defaults | frontend | listen | backend
                                  no    |    no    |   yes  |   yes