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)
commitd01c62d62182d1291760fbdb7ed0244991d52b5e
tree090ec3a1a542c4a03199c6352256562c45e7a0ca
parent3835b23a2576a239f463b09edadf0dcde5d26f2d
Fix buffer size for memcached stats answer

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>
src/memcached.c