[master] 3e5700b It's possible to return abandon from v_b_e{} now

Federico G. Schwindt fgsch at lodoss.net
Thu Jun 18 15:20:28 CEST 2015


commit 3e5700b50f62ff79f7677383d5e45f79031403ee
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jun 18 14:20:06 2015 +0100

    It's possible to return abandon from v_b_e{} now

diff --git a/doc/graphviz/cache_fetch.dot b/doc/graphviz/cache_fetch.dot
index 4bc64de..d477a7b 100644
--- a/doc/graphviz/cache_fetch.dot
+++ b/doc/graphviz/cache_fetch.dot
@@ -79,7 +79,7 @@ digraph cache_fetch {
 		/* vbf_stp_error */
 		v_b_e [
 			    shape=record
-			    label="{vbf_stp_error:|{vcl_backend_error\{\}|{bereq.*|beresp.*}}|{{retry|{<max>max?|<retry>ok?}}|<deliver>deliver}}}"
+			    label="{vbf_stp_error:|{vcl_backend_error\{\}|{bereq.*|beresp.*}}|{{retry|{<max>max?|<retry>ok?}}|abandon|<deliver>deliver}}}"
 			    ]
 		// v_b_e:deliver aka "backend synth" - goes into cache
 		v_b_e:deliver -> FETCH_DONE [label="\"backend synth\""]
@@ -98,4 +98,4 @@ digraph cache_fetch {
 		FETCH_FAIL [label="FETCH_FAIL",
 			    shape=box,style=filled,color=turquoise]
 	}
-}
\ No newline at end of file
+}



More information about the varnish-commit mailing list