Commit 72c66a91 authored by Nils Goroll's avatar Nils Goroll

doc update: using from backend_fetch, missing bit

parent 1263d9d2
...@@ -7,7 +7,7 @@ Varnish Consistent Hashing Director Module ...@@ -7,7 +7,7 @@ Varnish Consistent Hashing Director Module
------------------------------------------ ------------------------------------------
:Author: Julian Wiesener :Author: Julian Wiesener
:Date: 2013-08-14 :Date: 2014-07-16
:Version: 1.0 :Version: 1.0
:Manual section: 3 :Manual section: 3
...@@ -32,6 +32,12 @@ SYNOPSIS ...@@ -32,6 +32,12 @@ SYNOPSIS
set req.backend_hint = vd.backend(); set req.backend_hint = vd.backend();
} }
# and/or
sub vcl_backend_fetch {
set bereq.backend = vd.backend();
}
DESCRIPTION DESCRIPTION
=========== ===========
...@@ -197,6 +203,10 @@ Make targets: ...@@ -197,6 +203,10 @@ Make targets:
* make check - runs the unit tests in ``src/tests/*.vtc`` * make check - runs the unit tests in ``src/tests/*.vtc``
MISSING
=======
* Documentation of interactions with restarts/retries
HISTORY HISTORY
======= =======
......
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