Skip to content

Commit

Permalink
Remove two unused counters
Browse files Browse the repository at this point in the history
The sms_ counters were removed previously

Fixes #1611
  • Loading branch information
bsdphk committed Nov 3, 2014
1 parent 5caf84e commit cbcfce5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/tbl/vsc_f_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ VSC_F(client_req_400, uint64_t, 1, 'a', info,
" malformed in some drastic way."
)

VSC_F(client_req_411, uint64_t, 1, 'a', info,
"Client requests received, subject to 411 errors",
"411 means the client did not send a Content-Lenght for the req.body."
)

VSC_F(client_req_413, uint64_t, 1, 'a', info,
"Client requests received, subject to 413 errors",
"413 means that HTTP headers exceeded length or count limits."
)

VSC_F(client_req_417, uint64_t, 1, 'a', info,
"Client requests received, subject to 417 errors",
"417 means that something went wrong with an Expect: header."
Expand Down

0 comments on commit cbcfce5

Please sign in to comment.