mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-18 19:50:54 +00:00
70dffdaa10
Since we support HTTP keep-alive, there is no more reason for staying in tunnel mode by default. It is confusing for new users and creates more issues than it solves. Option "http-tunnel" is available to force to use it if really desired. Switching to KA by default has implied to change the value of some option flags and some transaction flags so that value zero (default) matches keep-alive. That explains why more code has been changed than expected. Tests have been run on the 25 combinations of frontend and backend options, plus a few with option http-pretend-keepalive, and no anomaly was found. The relation between frontend and backends remains the same. Options have been updated to take precedence over http-keep-alive which is now implicit. All references in the doc to haproxy not supporting keep-alive have been fixed, and the doc for config options has been updated. |
||
---|---|---|
.. | ||
common | ||
import | ||
proto | ||
types |