[MINOR] add support for "stats refresh <interval>"
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Jul 2007 05:26:38 +0000 (07:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Sep 2007 19:09:28 +0000 (21:09 +0200)
commitbbd42123e143e2c6bdcc0945868b5b8dec8851c0
tree1adf5b09ba3a37c191b082d928bad42458de1a44
parent24e779b71dc3830abe4cf465e573427f805de006
[MINOR] add support for "stats refresh <interval>"

Sometimes it may be desirable to automatically refresh the
stats page. Most browsers support the "Refresh:" header with
an interval in seconds. Specifying "stats refresh xxx" will
automatically add this header.
doc/configuration.txt
include/common/uri_auth.h
src/cfgparse.c
src/proto_http.c
src/uri_auth.c