Commit 3e53135c authored by Nils Goroll's avatar Nils Goroll

SC_ is for session close, so it imples SESS_

parent ce8ce4bf
......@@ -300,7 +300,7 @@ SES_Wait(struct sess *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_SESS_PIPE_OVERFLOW, NAN);
SES_Delete(sp, SC_PIPE_OVERFLOW, NAN);
}
}
......
......@@ -42,6 +42,6 @@ SESS_CLOSE(TX_ERROR, "Error transaction")
SESS_CLOSE(TX_EOF, "EOF transmission")
SESS_CLOSE(RESP_CLOSE, "Backend/VCL requested close")
SESS_CLOSE(OVERLOAD, "Out of some resource")
SESS_CLOSE(SESS_PIPE_OVERFLOW, "Session pipe overflow")
SESS_CLOSE(PIPE_OVERFLOW, "Session pipe overflow")
/*lint -restore */
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