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