https://bz.apache.org/bugzilla/show_bug.cgi?id=63534
--- Comment #15 from Sander Hoentjen <[email protected]> --- Actually this log is a little bit lower in the file: ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, session->c, H2_SSSN_LOG("", session, "enter idle, %s = %d sec"), s, (int)apr_time_sec(timeout)); So I guess we hit: else if (session->open_streams) { s = "timeout"; timeout = session->s->keep_alive_timeout; update_child_status(session, SERVER_BUSY_KEEPALIVE, "idle"); } -- 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]
