Commit 08447286 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Merged revisions 2079 via svnmerge from

svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2079 | phk | 2007-10-08 09:18:48 +0200 (Mon, 08 Oct 2007) | 4 lines
  
  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/branches/1.1@2142 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 71e13846
......@@ -55,6 +55,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