bitly / statsdaemon

an implementation of Etsy's statsd in Go
The Unlicense
570 stars 131 forks source link

UDP Listener bugfix #9

Closed dcosson closed 11 years ago

dcosson commented 11 years ago

fixes bug where charactes in the byte slice udp data is read into were persisting between requests

mreiferson commented 11 years ago

ooops, thanks for the fix @dcosson

mreiferson commented 11 years ago

thanks