[master] cbcfce5 Remove two unused counters

Poul-Henning Kamp phk at FreeBSD.org
Mon Nov 3 14:07:54 CET 2014


commit cbcfce5ca13ccc787ab5c7294e551bbf594a6349
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Nov 3 13:07:22 2014 +0000

    Remove two unused counters
    
    The sms_ counters were removed previously
    
    Fixes #1611

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 5b0c52d..adc8019 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -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."



More information about the varnish-commit mailing list