snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

Read response body in requests #27

Closed mhadam closed 5 years ago

mhadam commented 5 years ago

There seems to be an obscure behavior around not reading the body of a response before closing it that prevents Transport from freeing the connection for re-use.