https://bz.apache.org/bugzilla/show_bug.cgi?id=63534

--- Comment #14 from Stefan Eissing <[email protected]> ---
The log statement is happening on a fresh connection:

ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, session->c, 
   H2_SSSN_LOG("", session, "enter idle, timeout = %d sec"), 
   (int)apr_time_sec(H2MAX(session->s->timeout, 
           session->s->keep_alive_timeout)));

That is the maximum of "Timeout" and "KeepAliveTimeout" on the server. (If I am
not totally mistaken here).

Are you sure you see this with your Timeout 120?

-- 
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]

Reply via email to