commit | 950609c39c64c581b8b6cf9d9afa02c9e9fe6537 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Thu May 18 01:23:51 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Thu May 18 01:23:51 2006 +0200 |
tree | c033055dc83f0fca5d78b7e184d5efcea9cd8e8e | |
parent | d0a05bd220c4cc6880f87c25c5dd2b631073707d [diff] |
[MINOR] set request time even for stats requests
diff --git a/haproxy.c b/haproxy.c index d8375bd..aa8a5fb 100644 --- a/haproxy.c +++ b/haproxy.c
@@ -4183,6 +4183,8 @@ } t->cli_state = CL_STSHUTR; + req->rlim = req->data + BUFSIZE; /* no more rewrite needed */ + t->logs.t_request = tv_diff(&t->logs.tv_accept, &now); t->data_source = DATA_SRC_STATS; produce_content(t); return 1;