DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43371>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43371 Summary: smax=0 is ignored Product: Apache httpd-2 Version: 2.2.4 Platform: Other OS/Version: other Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] It doesn't seem unreasonable to set smax=0 in a proxy configuration, i.e. when idle all connections should be dropped. But, as currently implemented, zero is used internally as a sentinel value to indicate that no user value has been supplied. So attempts to set smax=0 result in it getting its default value. I have hacked together a small patch that changes this sentinel to -1, so that zero can mean zero. I'll attach the patch, which is against 2.2.x, though I fear that there are probably other places that need to be changed to match. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
