haproxy timing connection diagram
Nice picture :)
- timeout connect is on server side, it is the maximum time to run the TCP handshake
- http-request starts from the ACK on the client side until whole HTTP headers have been received
- Tq starts from the client Handshake TCP.
- Tr is until we receive the response Headers
Baptiste