Willy Tarreau 88d349d25d [MEDIUM] http: add support for Proxy-Connection header
Despite what is explicitly stated in HTTP specifications,
browsers still use the undocumented Proxy-Connection header
instead of the Connection header when they connect through
a proxy. As such, proxies generally implement support for
this stupid header name, breaking the standards and making
it harder to support keep-alive between clients and proxies.

Thus, we add a new "option http-use-proxy-header" to tell
haproxy that if it sees requests which look like proxy
requests, it should use the Proxy-Connection header instead
of the Connection header.
2010-01-25 12:48:26 +01:00
..
2006-06-15 21:48:13 +02:00
2009-10-14 22:22:03 +02:00
2009-10-14 22:22:03 +02:00
2009-10-14 21:12:39 +02:00
2006-06-15 21:48:13 +02:00