cvs commit: modperl-2.0/src/modules/perl modperl_filter.c

2003-02-07 Thread stas
stas2003/02/07 20:36:35 Modified:src/modules/perl modperl_filter.c Log: use a faster way to check whether we need to use a truncated buffer, strlen on an 8k buffer is not cool. Revision ChangesPath 1.52 +2 -1 modperl-2.0/src/modules/perl/modperl_filter.c

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2003-02-07 Thread stas
stas2003/02/07 20:17:11 Modified:lib/ModPerl Code.pm Log: change the autogenerated flags lookup functions to use a switch, to speed up the lookup, since we now want to use these functions during request time and not only on startup. Revision ChangesPath 1.92