[MEDIUM] acl: distinguish between request and response headers
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 14:58:38 +0000 (16:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 14:58:38 +0000 (16:58 +0200)
commitc11416f22fc814b189070a62d8513fdf875fbe82
treea3e7651b3291d7e2e055e31dee108a1fb5c97f4c
parent16fbe82bfc6dacca36474fde9e4e6af30437ccca
[MEDIUM] acl: distinguish between request and response headers

hdr(x) will now still be used for request headers, and shdr(x) for
server headers (response).
src/client.c
src/proto_http.c