analytics-android
analytics-android copied to clipboard
Connection not reused
Segment version: 4.3.1
Using profiler, I found that segment keeps open new connection on requests POST https://api.segment.io/v1/import, however the header file contains Connection: keep-alive that indicates the connection can be reused.
It create some overhead by repeating TCP / TLS handshake for new connection. Is this can be avoided by reusing the connection?
Thank you