honeycombio / libhoney-go

Go library for sending data to Honeycomb
Apache License 2.0
58 stars 40 forks source link

fix: don't crash on stream aborts, always add content length #156

Closed lizthegrey closed 2 years ago

lizthegrey commented 2 years ago

Which problem is this PR solving?

lizthegrey commented 2 years ago

https://go.dev/play/p/mNGgU5JkY1G -- proof that the old NopCloser and pooledReader implementations weren't being properly detected.