MEDIUM: http: jump to dedicated labels after http-request processing
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2014 11:57:26 +0000 (13:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2014 16:46:20 +0000 (18:46 +0200)
commitbbba2a8ecc35daf99317aaff7015c1931779c33b
treec753fcfc293458743073d3f325e5271148892a1e
parent5e9edce0f009bb92ac746052dd3f6d271a77d34b
MEDIUM: http: jump to dedicated labels after http-request processing

Continue the cleanup of http-request post-processing to remove some
of the interleaved tests. Here we set up a few labels to deal with
the deny and tarpit actions and avoid interleaved ifs.
src/proto_http.c