chore(deps): update dependency caddyserver/caddy to v2.6.4 #117
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/caddyserver-caddy-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.6.3
->v2.6.4
Release Notes
caddyserver/caddy
v2.6.4
Compare Source
This release contains a hotfix for a regression in v2.6.3 related to proxying chunked requests. We recommend that all users who do so upgrade to v2.6.4.
Note that, in an effort to make error-prone configs less likely, we have deprecated the reverse proxy options:
buffer_requests
buffer_responses
max_buffer_size
and have introduced 2 new ones which take a size argument to enable buffering:
request_buffers <size>
response_buffers <size>
The deprecated options will be removed in a later version of Caddy, so please start using the new parameters instead.
Changelog
0db29e2
go.mod: Upgrade acmez and x/net4b119a4
reverseproxy: Don't buffer chunked requests (fix #5366) (#5367)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.