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

Flush the threads shmlog before we try to make up a reponse, so that

we know what transactions trigger problems in that code.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2079 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7cc9afc4
......@@ -56,6 +56,7 @@ SYN_ErrorPage(struct sess *sp, int status, const char *reason, int ttl)
double now;
int fd;
WSL_Flush(sp->wrk);
assert(status >= 100 && status <= 999);
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC);
......
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