MEDIUM: http: implement http-response track-sc* directive
authorRuoshan Huang <ruoshan.huang@gmail.com>
Thu, 14 Jul 2016 07:07:45 +0000 (15:07 +0800)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Jul 2016 12:31:14 +0000 (14:31 +0200)
commite4edc6b6285fe91cd2db8b599073b7192f2837c3
tree7d053f5cb4f21c863f58250ac1e19e0e22756e80
parent9bd52d478b2561666633f21086b60a1b488a25b7
MEDIUM: http: implement http-response track-sc* directive

This enables tracking of sticky counters from current response. The only
difference from "http-request track-sc" is the <key> sample expression
can only make use of samples in response (eg. res.*, status etc.) and
samples below Layer 6.
doc/configuration.txt
include/proto/proto_http.h
include/types/stick_table.h
src/cfgparse.c
src/proto_http.c