]> git.kaiwu.me - haproxy.git/commit
[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>
Wed, 25 Jul 2007 05:26:38 +0000 (07:26 +0200)
commitb80e523deca4d268112e3ce66dc9d9800b64d6b1
treead9b5ee6488928cecdce0b68bc473e10da93832b
parent844b59035194672d5f6bf01470e51ec48b85be01
[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