stas2004/03/01 22:08:01
Modified:t/filter/TestFilter in_bbs_inject_header.pm
Log:
use a much simpler solution to tell one request from another, by using
$c->keepalives counting
Revision ChangesPath
1.6 +33 -56modperl-2.0/t/filter/TestFilter/in_bbs_inject_h
geoff 2004/03/01 20:12:20
Modified:src/modules/perl modperl_config.c
Log:
clarify comments
Revision ChangesPath
1.77 +7 -4 modperl-2.0/src/modules/perl/modperl_config.c
Index: modperl_config.c
stas2004/03/01 17:30:09
Modified:xs/maps apache_structures.map
.Changes
Log:
$c->keepalives allows us to tell when a new request over a keepalive
connection is coming in
Revision ChangesPath
1.21 +1 -1 modperl-2.0/xs/maps/apache_str
stas2004/03/01 14:18:18
Modified:t/modperl request_rec_perlio_api.t
t/response/TestModperl request_rec_perlio_api.pm
Log:
as of perl 5.8.3 in-memory-filehandles have problems with STD streams and
threads. A sequence:
% t/TEST -v t/modperl/request_rec_perli