stas 2004/02/26 12:24:51
Modified: xs/tables/current/Apache ConstantsTable.pm
Log:
expose conn_keepalive constants
Revision Changes Path
1.34 +5 -0 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index: ConstantsTable.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -u -r1.33 -r1.34
--- ConstantsTable.pm 26 Feb 2004 20:15:57 -0000 1.33
+++ ConstantsTable.pm 26 Feb 2004 20:24:51 -0000 1.34
@@ -163,6 +163,11 @@
'AP_FTYPE_CONNECTION',
'AP_FTYPE_NETWORK'
],
+ 'conn_keepalive' => [
+ 'AP_CONN_UNKNOWN',
+ 'AP_CONN_CLOSE',
+ 'AP_CONN_KEEPALIVE'
+ ],
'common' => [
'DECLINED',
'DONE',