MINOR: http: remove the long deprecated "set-cookie()" sample fetch function
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 13:46:02 +0000 (15:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commit4a83977283696df94d2e5a9e2e09798ae6c208a4
treec8da22a533a49c3670afc2cd60718ccc731431d7
parentfd6ab66041447b7062a59ebe7f32da758d636387
MINOR: http: remove the long deprecated "set-cookie()" sample fetch function

This one was marked as deprecated 9 years ago by commit 28376d62c
("MEDIUM: http: merge ACL and pattern cookie fetches into a single one")
and has disappeared from any documentation, so it never appeared in any
released version. Let's remove it now.
src/http_fetch.c