Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for 7.1.1 #83

Open
wants to merge 8 commits into
base: origin-7.1.1-1733937893
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions doc/admin-guide/files/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,22 @@ Security
post body larger than this limit the response will be terminated with
413 - Request Entity Too Large and logged accordingly.

.. ts:cv:: CONFIG proxy.config.http.allow_multi_range INT 1
:reloadable:
:overridable:

This option allows the administrator to configure different behavior and
handling of requests with multiple ranges in the ``Range`` header.

===== ======================================================================
Value Description
===== ======================================================================
``0`` Do not allow multiple ranges, effectively ignoring the ``Range`` header
``1`` Allows multiple ranges. This can be potentially dangerous since well
formed requests can cause excessive resource consumption on the server.
``2`` Similar to 0, except return a 416 error code and no response body.
===== ======================================================================

Cache Control
=============

Expand Down
Loading