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

Merge r5106: 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/branches/2.1@5317 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 66261cef
...@@ -402,7 +402,7 @@ DOT label="fetch from backend\n(find obj.ttl)" ...@@ -402,7 +402,7 @@ DOT label="fetch from backend\n(find obj.ttl)"
DOT ] DOT ]
DOT vcl_fetch [ DOT vcl_fetch [
DOT shape=record DOT shape=record
DOT label="vcl_fetch()|req.\nobj.\nbereq.\nberesp." DOT label="vcl_fetch()|req.\nbereq.\nberesp."
DOT ] DOT ]
DOT fetch -> vcl_fetch [style=bold,color=blue,weight=2] DOT fetch -> vcl_fetch [style=bold,color=blue,weight=2]
DOT fetch_pass [ 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