sivy / pystatsd

Python implementation of the Statsd client/server
http://pypi.python.org/pypi/pystatsd/
BSD 2-Clause "Simplified" License
358 stars 87 forks source link

Fix poison data #78

Closed mathieulongtin closed 10 years ago

mathieulongtin commented 11 years ago

I discovered that sending bad data to the server would crash the main thread, leaving the flush thread to run, which is kind of useless, as no new data could be submitted.

mathieulongtin commented 10 years ago

Thanks!

Mathieu Longtin 1-514-803-8977

On Tue, Dec 3, 2013 at 1:00 PM, Steve Ivy notifications@github.com wrote:

Merged #78 https://github.com/sivy/pystatsd/pull/78.

— Reply to this email directly or view it on GitHubhttps://github.com/sivy/pystatsd/pull/78 .