[master] 896060b fix status code typo

Nils Goroll nils.goroll at uplex.de
Wed Apr 18 09:38:10 UTC 2018


commit 896060bd164a1e73b519a61edfc5badfc9b72791
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Apr 17 08:14:29 2018 +0200

    fix status code typo
    
    Thank you to @martin-uplex for the review

diff --git a/doc/sphinx/users-guide/vcl-built-in-subs.rst b/doc/sphinx/users-guide/vcl-built-in-subs.rst
index d8c9861..690f337 100644
--- a/doc/sphinx/users-guide/vcl-built-in-subs.rst
+++ b/doc/sphinx/users-guide/vcl-built-in-subs.rst
@@ -440,7 +440,7 @@ based on the response status and the response headers ``Age``,
 * If present and valid, the value of the ``Age`` header is effectively
   deduced from all ttl calculations.
 
-* For status codes 200, 203, 204, 300, 401, 304, 404, 410 and 414:
+* For status codes 200, 203, 204, 300, 301, 304, 404, 410 and 414:
 
   * If ``Cache-Control`` contains an ``s-maxage`` or ``max-age`` field
     (in that order of preference), the ttl is set to the respective


More information about the varnish-commit mailing list