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/src/modules/perl modperl_filter.c

2003-02-06 Thread stas
stas2003/02/06 18:30:53 Modified:src/modules/perl modperl_filter.c Log: we have no choice but to truncate wb-outbuf to the size of 'len'. All kind of weird problems pop-up when the previous request was proper and the current request has messed up with headers, because

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

2002-08-19 Thread dougm
dougm 2002/08/19 13:07:01 Modified:.Changes src/modules/perl modperl_filter.c Log: fix PerlOptions +ParseHeaders to only parse once per-request Revision ChangesPath 1.35 +2 -0 modperl-2.0/Changes Index: Changes