Commit b3bc68af authored by Tollef Fog Heen's avatar Tollef Fog Heen

Correct embedded dot about obj.* in vcl_fetch

The embedded dot claimed obj.* was available in vcl_fetch, something
it's not.  Fix this.

Thanks to Yves Hwang for spotting this.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5106 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a1851cb4
......@@ -399,7 +399,7 @@ DOT label="fetch from backend\n(find obj.ttl)"
DOT ]
DOT vcl_fetch [
DOT shape=record
DOT label="vcl_fetch()|req.\nobj.\nbereq.\nberesp."
DOT label="vcl_fetch()|req.\nbereq.\nberesp."
DOT ]
DOT fetch -> vcl_fetch [style=bold,color=blue,weight=2]
DOT fetch_pass [
......
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