https://bz.apache.org/bugzilla/show_bug.cgi?id=61322
Bug ID: 61322
Summary: Http11Processor.disableKeepAlivePercentage not work
after code change in 60319
Product: Tomcat 7
Version: 7.0.79
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
After code change in 60319, connector attributes will be reported as -1 when an
Executor is in use.
But in Http11Processor.disableKeepAlive(), we still use
endpoint.getMaxThreads() to get max threads allowed, and when use a Executor,
this returns -1, and disableKeepAlive() always return false in this case.
This issue exist from 7.0.73 to 7.0.79.
Thanks.
--
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]