commit | 240afa6d230dd37b1662a6c2ebabc52a3cefe38d | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sat Dec 17 13:14:35 2005 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sat Dec 17 13:14:35 2005 +0100 |
tree | 19761e4be1579ea33e0d91b25276300deaaf3fe3 | |
parent | 96d4037194fcd4282396c95abb9dc48600094b1c [diff] |
* released 1.1.11 * 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