Code

write_graphite: Decrease a buffer size.
authorFlorian Forster <octo@collectd.org>
Wed, 16 Jan 2013 12:18:32 +0000 (13:18 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 16 Jan 2013 12:18:32 +0000 (13:18 +0100)
commitbee3a96910d1a0025e74dc2e584b0c4a20635446
tree28dd25025bf64c342c30944c880a5325d9de2992
parentdefd9a4014a34640b1228bbcb96e6aa99e8bbb37
write_graphite: Decrease a buffer size.

If the buffer is too large, it is possible that the message cannot be
send using the send buffer, leading to a failed assertion in
wg_send_message().

Fixes Github issue #226. Thanks to @bwhaley for reporting this.
src/write_graphite.c