[master] f6619ba Update references to vcl_error
Federico G. Schwindt
fgsch at lodoss.net
Tue Sep 9 23:59:15 CEST 2014
commit f6619babcf166eb4baa008d67237522c32df3bec
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Tue Sep 9 18:26:35 2014 +0100
Update references to vcl_error
Use vcl_synth or vcl_backend_error where appropriate.
diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index 6d17e44..f514180 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -689,7 +689,7 @@ struct req {
/* Temporary accounting */
struct acct_req acct;
- /* Synth content in vcl_error */
+ /* Synth content in vcl_synth */
struct vsb *synth_body;
};
diff --git a/doc/sphinx/reference/vsl.rst b/doc/sphinx/reference/vsl.rst
index 36d51bd..deb8e42 100644
--- a/doc/sphinx/reference/vsl.rst
+++ b/doc/sphinx/reference/vsl.rst
@@ -95,7 +95,7 @@ Retry
Backend request is being retried.
Error
- Backend request failed to vcl_error.
+ Backend request failed to vcl_backend_error.
HISTORY
More information about the varnish-commit
mailing list