[master] c452065 better names, add error node for backend

Nils Goroll nils.goroll at uplex.de
Tue Oct 7 15:25:13 CEST 2014


commit c4520659c02d938969ba3d5d37c4be9489b11198
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Oct 7 15:25:00 2014 +0200

    better names, add error node for backend

diff --git a/doc/graphviz/cache_fetch.dot b/doc/graphviz/cache_fetch.dot
index 0a9fdf1..db292f0 100644
--- a/doc/graphviz/cache_fetch.dot
+++ b/doc/graphviz/cache_fetch.dot
@@ -42,12 +42,12 @@ digraph cache_fetch {
 				    {{retry|{<max>max?|<retry>ok?}}|
 				    abandon|
 				    {deliver|{<fetch_304>304?|
-					    <fetch_body>body?}}}}"
+					    <non_304>other?}}}}"
 		]
 		v_b_r:retry -> v_b_r_retry [color=purple]
 		v_b_r:max -> v_b_e
 		v_b_r:fetch_304:s -> vbf_stp_condfetch
-		v_b_r:fetch_body:s -> vbf_stp_fetch
+		v_b_r:non_304:s -> vbf_stp_fetch
 
 		v_b_r_retry [label="RETRY",shape=plaintext]
 
@@ -76,6 +76,9 @@ digraph cache_fetch {
 		]
 		vbf_stp_condfetch:ok:s -> FETCH_DONE
 
+		error [shape=plaintext]
+		error -> FETCH_FAIL
+
 		/* vbf_stp_error */
 		v_b_e [
 			    shape=record



More information about the varnish-commit mailing list