Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Document Vary parse error behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mbgrydeland committed Mar 19, 2013
1 parent 7b6a395 commit ab17fec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/sphinx/users-guide/vary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ following VCL code will normalize the Accept-Encoding headers::
The code sets the Accept-Encoding header from the client to either
gzip, deflate with a preference for gzip.

Vary parse errors
~~~~~~~~~~~~~~~~~

Varnish will return a 503 internal server error page when it fails to
parse the Vary server header, or if any of the client headers listed
in the Vary header exceeds the limit of 65k characters. An SLT_Error
log entry is added in these cases.

Pitfall - Vary: User-Agent
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit ab17fec

Please sign in to comment.