On one of our systems we see many requests that take 75 seconds. Under low traffic responses are ca 0.3 seconds.
What I am wondering is if someone is trying to keep connections open in order to drain the connection pool. But then closing it before a in timeout in order to avoid detection.
Our servers are behind load balancers.
Or does anyone know if 75 seconds is the default value for something?