[MINOR] frontend: count denied TCP requests separately
authorWilly Tarreau <w@1wt.eu>
Sat, 5 Jun 2010 13:43:21 +0000 (15:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:20 +0000 (10:53 +0200)
commit2799e98a368b2bbace57049267668fca5a6d1c42
tree9d3b3f96d0bd03c19588c3e1f38158d869a7c282
parent24dcaf3450a7de4cb39b9c27dcaceacc0346a4bc
[MINOR] frontend: count denied TCP requests separately

It's very disturbing to see the "denied req" counter increase without
any other session counter moving. In fact, we can't count a rejected
TCP connection as "denied req" as we have not yet instanciated any
session at all. Let's use a new counter for that.
doc/configuration.txt
include/types/counters.h
src/proto_tcp.c