From: Lukas Tribus Date: Thu, 8 Nov 2018 11:41:42 +0000 (+0100) Subject: DOC: restore note about "independant" typo X-Git-Tag: v1.9-dev6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745f15eba97535c1b7894f81f6bc252e1a41e5d0;p=thirdparty%2Fhaproxy.git DOC: restore note about "independant" typo The independant -> independent error was fixed in 801a0a35 ("DOC: fix name for "option independant-streams"), but the note about the wrong name was erroneously fixed in 0e82b92a ("DOC: fix a few config typos"). Restore the "wrong" name so that when reasearching this option people can actually find it. Could be backported to 1.8. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 2e6062c350..9ce88bc434 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6281,7 +6281,7 @@ no option independent-streams data sent to the server. Doing so will typically break large HTTP posts from slow lines, so use it with caution. - Note: older versions used to call this setting "option independent-streams" + Note: older versions used to call this setting "option independant-streams" with a spelling mistake. This spelling is still supported but deprecated.