]> git.ipfire.org Git - thirdparty/collectd.git/commit
write_http plugin: Clear the response buffer before issuing the request.
authorFlorian Forster <octo@collectd.org>
Sun, 17 Dec 2023 07:57:15 +0000 (08:57 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 3 Jan 2024 15:39:36 +0000 (16:39 +0100)
commit7b70d47a335f31fba20a73cb769e08f4f4138886
treefecdc4447ed2dcbd35b92b8ccc08600d2b268a4b
parentd588cdacc746a5e8e9ba61341eaee9eb624ec71c
write_http plugin: Clear the response buffer before issuing the request.

Previously all responses were concatenated together until the buffer was
full, at which point no additional responses were accessible.
src/write_http.c