stas2004/02/26 12:15:57
Modified:xs/tables/current/Apache ConstantsTable.pm
Log:
sync Apache constants
Revision ChangesPath
1.33 +18 -1 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index: ConstantsTable.pm
stas2004/02/26 12:24:51
Modified:xs/tables/current/Apache ConstantsTable.pm
Log:
expose conn_keepalive constants
Revision ChangesPath
1.34 +5 -0 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index: ConstantsTable.pm
==
stas2004/02/26 14:49:04
Modified:xs/tables/current/Apache ConstantsTable.pm
Log:
revert a dup
Revision ChangesPath
1.35 +0 -3 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index: ConstantsTable.pm
=
stas2004/02/26 14:56:03
Modified:xs/tables/current/Apache ConstantsTable.pm
Log:
another invalid dup
Revision ChangesPath
1.36 +0 -6 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
Index: ConstantsTable.pm
==
stas2004/02/26 15:13:04
Modified:t/response/TestAPI conn_rec.pm
Log:
use a proper keepalive test against the constant
Revision ChangesPath
1.9 +4 -2 modperl-2.0/t/response/TestAPI/conn_rec.pm
Index: conn_rec.pm
===
stas2004/02/26 15:28:10
Modified:lib/Apache ParseSource.pm
Log:
we want conn_keepalive constants
Revision ChangesPath
1.45 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm
Index: ParseSource.pm
==
stas2004/02/26 15:29:06
Modified:.Changes
Log:
latest change
Revision ChangesPath
1.334 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes,v
r
stas2004/02/26 17:23:32
Modified:t/filter in_bbs_inject_header.t
t/filter/TestFilter in_bbs_inject_header.pm
Log:
support keepalive connections. I needed to add an output connection filter
which flags the input filter when the response is over, so that the input
stas2004/02/26 17:53:27
Modified:t/filter/TestFilter in_bbs_inject_header.pm
Log:
further optimization: push the reset requst output filter only if the
server was configured to support keepalive connections
Revision ChangesPath
1.5 +8 -3 modperl-2.0/t/fil