]> 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 13:14:52 +0000 (14:14 +0100)
commitbcb931f4a8f91a5bcae5d13a0fb809feff767b63
tree3c58adb4161621042ed27322bb867e58240ccf4f
parente1af47b82924a350e53e3bba1f0e3d04574395e3
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.
bin/tests/system/statschannel/tests.sh