keen-tracking.js
keen-tracking.js copied to clipboard
Keen tracking on server side is not reusing connections
When going through server logs I noticed on every request to keen it reopens a new TCP connection.
Looking through the code it doesn't appear to create a http.Agent
in order to reuse connections.
Is this on purpose? Or am I misreading the code?
Thanks in advance, Josh