keen-tracking.js icon indicating copy to clipboard operation
keen-tracking.js copied to clipboard

Keen tracking on server side is not reusing connections

Open grossjo opened this issue 2 years ago • 0 comments

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

grossjo avatar Sep 09 '22 19:09 grossjo