mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 03:29:35 +00:00
240afa6d23
* fixed multi-cookie handling in client request to allow clean deletion in insert+indirect mode. Now, only the server cookie is deleted and not all the header. Should now be compliant to RFC2109. * added a "nocache" option to "cookie" to specify that we explicitly want to add a "cache-control" header when we add a cookie. It is also possible to add an "Expires: <old-date>" to keep compatibility with old/broken caches. * some doc and examples cleanups
20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
1.1.5 -> 1.1.6
|
|
* added reqdeny / reqallow rules
|
|
* added HTTP 400 and 403 responses
|
|
* chain regex in a list
|
|
* reply 502 when no server is available
|
|
1.1.6 -> 1.1.7
|
|
* implement global logging
|
|
* have a single log function
|
|
* add x-forwarded-for
|
|
* log http requests on demand, and destination server name
|
|
1.1.7 -> 1.1.8
|
|
* full HTTP log with destination server ID, req and resp time.
|
|
* source address of outgoing connections
|
|
1.1.8 -> 1.1.9
|
|
1.1.9 -> 1.1.10
|
|
* automatically remove client cookie in insert+indirect mode
|
|
1.1.10 -> 1.1.11
|
|
* support multi-cookie as described in RFC2109
|
|
* added "nocache" option to prevent caches from storing cookies.
|