Commit fd88524b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Have the acceptor launch the session into STP_RECV


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@477 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 877850e1
......@@ -153,6 +153,7 @@ vca_callback(void *arg, int bad)
vca_return_session(sp);
return;
}
sp->step = STP_RECV;
WRK_QueueSession(sp);
}
......
......@@ -531,7 +531,6 @@ CNT_Session(struct sess *sp)
{
int done;
sp->step = STP_RECV;
for (done = 0; !done; ) {
switch (sp->step) {
#define STEP(l,u) \
......@@ -544,7 +543,6 @@ CNT_Session(struct sess *sp)
default: INCOMPL();
}
}
}
/*
......
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