haproxy/include
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
..
common [MINOR] tools: add a "word_match()" function to match words and ignore spaces 2010-01-18 19:51:39 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] http: add http_remove_header2() to remove a header value. 2010-01-18 19:51:33 +01:00
types [MEDIUM] http: add support for Proxy-Connection header 2010-01-25 12:48:26 +01:00