https://bz.apache.org/bugzilla/show_bug.cgi?id=64894
Bug ID: 64894 Summary: There is an inconsistence between source code and document about directive "ListenCoresBucketsRatio". Product: Apache httpd-2 Version: 2.4.43 Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Priority: P2 Component: Documentation Assignee: docs@httpd.apache.org Reporter: zhoushulin1...@gmail.com Target Milestone: --- In the document of "ListenCoresBucketsRatio"(http://httpd.apache.org/docs/2.4/mod/mpm_common.html#listencoresbucketsratio), the value range is '>=0'. However, in the checking code in listen.c, the branch condition is '>=1' and the log message is "ListenCoresBucketsRatio must be > 0". So is there any inconsistence between the source code and document of directive "ListenCoresBucketsRatio". -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org