* 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
7 files changed
tree: 19761e4be1579ea33e0d91b25276300deaaf3fe3
  1. doc/
  2. examples/
  3. init.d/
  4. tests/
  5. haproxy.c
  6. Makefile
  7. NOTES
  8. TODO