Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
Author: geoff
Date: Wed Sep 28 11:18:39 2005
New Revision: 292234
URL: http://svn.apache.org/viewcvs?rev=292234&view=rev
Log:
add :proxy import tag to Apache2::Const which exposes new
constants PROXYREQ_NONE, PROXYREQ_PROXY, and PROXYREQ_REVERSE
any idea why the corresponding API documentation commit didn't make it
to the docs list?
Geoff, this change is still not documented. What's the point of having the
feature that nobody knows it exists? We spent all this time trying to
bring the code in sync with docs, now that mp2 is released, we don't care
anymore?
Thank you.
Modified: perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm?rev=292234&r1=292233&r2=292234&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm
(original)
+++ perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm Wed
Sep 28 11:18:39 2005
@@ -227,7 +227,12 @@
'TAKE23',
'TAKE123',
'TAKE13'
- ]
+ ],
+ 'proxy' => [
+ 'PROXYREQ_REVERSE',
+ 'PROXYREQ_NONE',
+ 'PROXYREQ_PROXY',
+ ],
--
_______________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED] | http://stason.org/
MailChannels: Assured Messaging (TM) | http://mailchannels.com/
The "Practical mod_perl" book | http://modperlbook.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]