https://issues.apache.org/bugzilla/show_bug.cgi?id=55795
Bug ID: 55795 Summary: http connector timeout attributes not with same description Product: Tomcat 7 Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Documentation Assignee: dev@tomcat.apache.org Reporter: ho...@tongtech.com Hi. In tomcat http connector docs, there are so many attributes named *timeout, like connectionTimeout, connectionUploadTimeout, keepAliveTimeout, selectorTimeout, sessionTimeout and so on. But their description are not same or in a same way. Like "sessionTimeout ", it's description: the time, in seconds, after the creation of an SSL session that it will timeout. Use 0 to specify an unlimited timeout. If not specified, a default of 86400 (24 hours) is used. But "keepAliveTimeout", it;s description: he number of milliseconds this Connector will wait for another HTTP request before closing the connection. The default value is to use the value that has been set for the connectionTimeout attribute. Use a value of -1 to indicate no (i.e. infinite) timeout. So, I want to know, is -1 and 0 both means unlimited timeout? Or what's difference between -1 and 0 ? Thanks advance. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org