]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Limit X-Bloat header size to 100KB
authorMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 15:52:47 +0000 (15:52 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 25 Mar 2025 15:52:47 +0000 (15:52 +0000)
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

Merge branch '5249-statschannel-limit-http-header-size' into 'main'

See merge request isc-projects/bind9!10319


Trivial merge