Code

Fix buffer size for memcached stats answer
authorTimon <timosha@gmail.com>
Tue, 28 Feb 2012 11:10:35 +0000 (17:10 +0600)
committerFlorian Forster <octo@collectd.org>
Tue, 28 Feb 2012 17:13:06 +0000 (18:13 +0100)
Typical stats answer has ~1900 bytes length.
$ memcached-tool localhost:11211 stats | wc -c
1863
But buffer for this answer was only 1024 bytes length.

Signed-off-by: Florian Forster <octo@collectd.org>

No differences found