[master] d1bd9cb MAIN.sess_pipe_overflow is now MAIN.sc_pipe_overflow

Nils Goroll nils.goroll at uplex.de
Mon Mar 16 18:39:28 CET 2015


commit d1bd9cb053c465c7806c8fc8a3f23671cf494dba
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Mar 16 18:32:52 2015 +0100

    MAIN.sess_pipe_overflow is now MAIN.sc_pipe_overflow

diff --git a/bin/varnishd/cache/cache_session.c b/bin/varnishd/cache/cache_session.c
index 9e27b03..3a478a3 100644
--- a/bin/varnishd/cache/cache_session.c
+++ b/bin/varnishd/cache/cache_session.c
@@ -299,7 +299,6 @@ SES_Wait(struct sess *sp)
 	sp->waited.ptr = sp;
 	sp->waited.idle = sp->t_idle;
 	if (Wait_Enter(pp->http1_waiter, &sp->waited)) {
-		VSC_C_main->sess_pipe_overflow++;
 		SES_Delete(sp, SC_PIPE_OVERFLOW, NAN);
 	}
 }
diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 51ddb4f..fc7d783 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -62,11 +62,6 @@ VSC_F(sess_fail,		uint64_t, 1, 'c', 'i', info,
 	" some resource like file descriptors."
 )
 
-VSC_F(sess_pipe_overflow,	uint64_t, 1, 'c', 'i', info,
-    "Session pipe overflow",
-	"Count of sessions dropped due to the session pipe overflowing."
-)
-
 /*---------------------------------------------------------------------*/
 
 VSC_F(client_req_400,		uint64_t, 1, 'c', 'i', info,



More information about the varnish-commit mailing list