go-graphite / buckytools

Go implementation of useful tools for dealing with Graphite's Whisper DBs and Carbon hashing
Other
19 stars 8 forks source link

Fix http routing in buckyd #44

Closed deniszh closed 1 year ago

deniszh commented 1 year ago

Looks like mux.NewRouter() is not really compatible with http counterpart, replaced with http.NewServerMux()