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=43183>. 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=43183 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-22 13:39 ------- Grepping the (trunk) sources gives: ./docs/manual/env.html.en:329: <h3><a name="proxy" id="proxy">force-proxy-request-1.0, proxy-nokeepalive, proxy- sendchunked, proxy-sendcl</a></h3> ./docs/manual/env.html.ja.euc-jp:321: <h3><a name="proxy" id="proxy">force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl</a></h3> ./docs/manual/env.xml:369: <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl</title> ./docs/manual/env.xml.ja:356: <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy- sendchunked, proxy-sendcl</title> ./docs/manual/mod/mod_proxy.html.en:289: <code>proxy-sendchunked</code> minimizes resource usage by using ./docs/manual/mod/mod_proxy.xml:260: <code>proxy-sendchunked</code> minimizes resource usage by using ./modules/proxy/mod_proxy_http.c:910: * not setenv proxy-sendchunked or has set setenv proxy-sendcl ./modules/proxy/mod_proxy_http.c:913: * setenv proxy-sendcl, and not setenv proxy-sendchunked ./modules/proxy/mod_proxy_http.c:915: * If both proxy-sendcl and proxy-sendchunked are set, the ./modules/proxy/mod_proxy_http.c:921: * To reduce server resource use, setenv proxy-sendchunked So it's clear that there's some confusion over the variable name. In fact, there's more references to 'proxy-sendchunked' in the code comments than there are in the docs. I was about to commit a sed-style fix to the trunk docs, but I'm holding off in case send-chunked (which seems to me a better phrase) wins out over send-chunks (which at least has comical value to the English :) -- 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]
