Commit 8b7dbe7b authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Tollef Fog Heen

PATCH: remove non-ascii characters and don't manually split words.

parent f2367b22
...@@ -276,7 +276,7 @@ which can later be used to match client addresses: ...@@ -276,7 +276,7 @@ which can later be used to match client addresses:
} }
If an ACL entry specifies a host name which Varnish is unable to If an ACL entry specifies a host name which Varnish is unable to
resolve, it will match any address it is compared to. Consequently, resolve, it will match any address it is compared to. Consequently,
if it is preceded by a negation mark, it will reject any address it is if it is preceded by a negation mark, it will reject any address it is
compared to, which may not be what you intended. If the entry is compared to, which may not be what you intended. If the entry is
enclosed in parentheses, however, it will simply be ignored. enclosed in parentheses, however, it will simply be ignored.
...@@ -407,8 +407,8 @@ vcl_pipe ...@@ -407,8 +407,8 @@ vcl_pipe
vcl_pass vcl_pass
Called upon entering pass mode. In this mode, the request is passed Called upon entering pass mode. In this mode, the request is passed
on to the backend, and the backend's response is passed on to the on to the backend, and the backend's response is passed on to the
client, but is not entered into the cache. Subsequent requests sub‐ client, but is not entered into the cache. Subsequent requests
mitted over the same client connection are handled normally. submitted over the same client connection are handled normally.
The vcl_pass subroutine may terminate with calling return() with one of The vcl_pass subroutine may terminate with calling return() with one of
the following keywords: the following keywords:
......
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