[master] f134293 fgs thinks docs should not use (pseudo) VCL to describe what is happening in core

Nils Goroll nils.goroll at uplex.de
Tue Oct 4 20:06:05 CEST 2016


commit f13429359ab2821ec458afc2722fffc00de7ca8c
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Oct 4 20:04:52 2016 +0200

    fgs thinks docs should not use (pseudo) VCL to describe what is happening in core

diff --git a/doc/sphinx/users-guide/vcl-built-in-subs.rst b/doc/sphinx/users-guide/vcl-built-in-subs.rst
index d5be45d..e69a441 100644
--- a/doc/sphinx/users-guide/vcl-built-in-subs.rst
+++ b/doc/sphinx/users-guide/vcl-built-in-subs.rst
@@ -274,10 +274,10 @@ The `vcl_backend_fetch` subroutine may terminate with calling
 Before calling `vcl_backend_fetch`, varnish core prepares the `bereq`
 backend request as follows:
 
-* ``set bereq.method = "GET"`` and ``set bereq.proto = "HTTP/1.1"``,
+* Set ``bereq.method`` to ``GET`` and ``bereq.proto`` to ``HTTP/1.1``,
   unless the request is a `pass`
 
-* ``set bereq.http.Accept_Encoding = "gzip"`` if
+* Set ``bereq.http.Accept_Encoding`` to ``gzip`` if
   :ref:`ref_param_http_gzip_support` is enabled
 
 * If there is an existing cache object to be revalidated, set



More information about the varnish-commit mailing list