https://bz.apache.org/bugzilla/show_bug.cgi?id=69345
--- Comment #8 from Stefan Eissing <[email protected]> --- There is 'Timeout' and 'KeepAliveTimeout'. The first is relevant before the first request from the client is received. The second is relevant when all requests have been served and the server waits for a new one. The first two connections in your log timeout before the first request is received. The third connection serves some requests and then goes into keepalive. Which times out after 5 seconds and it closes. There is nothing wrong with doing that. The client is just supposed to open a new connection when it wants something. If you increased 'KeepAliveTimeout' the server will just wait longer, but then, should the client not send anything, do the same. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
