]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Limit X-Bloat header size to 100KB
authorMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 16:39:29 +0000 (16:39 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 16:39:29 +0000 (16:39 +0000)
commit466186b8ab9bb07124fcd27e595f57e4aae2be32
tree254dfb710a0880b4e1ea64dabfcca33c9528fbde
parent9986dad2dc2491644767e67d81213525e91cdb98
parenta8a59d5c63f99010281899deef69dc3d81805c74
[9.20] fix: test: Limit X-Bloat header size to 100KB

Otherwise curl 8.13 rejects the line with:

    I:Check HTTP/1.1 keep-alive with truncated stream (21)
    curl: option --header: error encountered when reading a file
    curl: try 'curl --help' or 'curl --manual' for more information

Also, see https://github.com/curl/curl/pull/16572.

Closes #5249

Backport of MR !10319

Merge branch 'backport-5249-statschannel-limit-http-header-size-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10321