Commit 417c01ce authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Checkpoint the shmlog before we wait for a reply from the backend.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3296 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bfbe4025
......@@ -362,6 +362,9 @@ Fetch(struct sess *sp)
return (__LINE__);
}
/* Checkpoint the shmlog here */
WSL_Flush(w, 0);
/* XXX is this the right place? */
VSL_stats->backend_req++;
......
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