]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit X-Bloat header size to 100KB
authorMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 13:14:52 +0000 (14:14 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 15:53:24 +0000 (15:53 +0000)
commita8a59d5c63f99010281899deef69dc3d81805c74
tree254dfb710a0880b4e1ea64dabfcca33c9528fbde
parent9986dad2dc2491644767e67d81213525e91cdb98
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.

(cherry picked from commit bcb931f4a8f91a5bcae5d13a0fb809feff767b63)
bin/tests/system/statschannel/tests.sh