AlexanderThaller / prometheus_exporter

Helper libary to export prometheus metrics using tiny_http and rust-prometheus.
MIT License
28 stars 10 forks source link

update tiny_http #17

Closed insipx closed 3 years ago

insipx commented 3 years ago

This PR updates to TinyHTTP 0.8

Not sure what else the changelog includes, but I'd like this because it supresses Broken Pipe Errors so that they are not surfaced to the caller as per https://github.com/tiny-http/tiny-http/pull/192

AlexanderThaller commented 3 years ago

Sorry I didn't see the pr before I did the update. The current master contains the new tiny_http version.