bitly / statsdaemon

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

Fixing crash with guages #2

Closed mattkanwisher closed 11 years ago

mattkanwisher commented 11 years ago

nc -w 1 -u localhost 8125 << EOF Matt.test:3|g EOF

Crashes the server, this fixes it

mattkanwisher commented 11 years ago

updated by your suggestion, my bad was trying something different

jehiah commented 11 years ago

@mattkanwisher this change looks good (and thanks for opening up this pull request).

Would you mind squashing your two commits to a single commit before i merge this pull request?

mattkanwisher commented 11 years ago

I'm the only person that has committed in three months, and your making it extra difficult to contribute. It doesn't really encourage me to do this going forward.