MEDIUM: Remove 'option independant-streams'

It is deprecated with HAProxy 1.5. Time to remove it.
This commit is contained in:
Tim Duesterhus 2019-05-14 20:58:01 +02:00 committed by Willy Tarreau
parent 86e6b6ebf8
commit 24915a55da
2 changed files with 0 additions and 5 deletions

View File

@ -6600,10 +6600,6 @@ no option independent-streams
data sent to the server. Doing so will typically break large HTTP posts from data sent to the server. Doing so will typically break large HTTP posts from
slow lines, so use it with caution. slow lines, so use it with caution.
Note: older versions used to call this setting "option independant-streams"
with a spelling mistake. This spelling is still supported but
deprecated.
See also : "timeout client", "timeout server" and "timeout tunnel" See also : "timeout client", "timeout server" and "timeout tunnel"

View File

@ -106,7 +106,6 @@ const struct cfg_opt cfg_opts2[] =
{ "socket-stats", PR_O2_SOCKSTAT, PR_CAP_FE, 0, 0 }, { "socket-stats", PR_O2_SOCKSTAT, PR_CAP_FE, 0, 0 },
{ "tcp-smart-accept", PR_O2_SMARTACC, PR_CAP_FE, 0, 0 }, { "tcp-smart-accept", PR_O2_SMARTACC, PR_CAP_FE, 0, 0 },
{ "tcp-smart-connect", PR_O2_SMARTCON, PR_CAP_BE, 0, 0 }, { "tcp-smart-connect", PR_O2_SMARTCON, PR_CAP_BE, 0, 0 },
{ "independant-streams", PR_O2_INDEPSTR, PR_CAP_FE|PR_CAP_BE, 0, 0 },
{ "independent-streams", PR_O2_INDEPSTR, PR_CAP_FE|PR_CAP_BE, 0, 0 }, { "independent-streams", PR_O2_INDEPSTR, PR_CAP_FE|PR_CAP_BE, 0, 0 },
{ "http-use-proxy-header", PR_O2_USE_PXHDR, PR_CAP_FE, 0, PR_MODE_HTTP }, { "http-use-proxy-header", PR_O2_USE_PXHDR, PR_CAP_FE, 0, PR_MODE_HTTP },
{ "http-pretend-keepalive", PR_O2_FAKE_KA, PR_CAP_BE, 0, PR_MODE_HTTP }, { "http-pretend-keepalive", PR_O2_FAKE_KA, PR_CAP_BE, 0, PR_MODE_HTTP },