Commit d1bd9cb0 authored by Nils Goroll's avatar Nils Goroll

MAIN.sess_pipe_overflow is now MAIN.sc_pipe_overflow

parent 0cbab464
......@@ -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);
}
}
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment