Re: A::T blib vs lib

2003-10-20 Thread Stas Bekman
Geoffrey Young wrote: Is everybody happy with the name of the env var APACHE_TEST_LIVE_DEV, when when set to 1, will prepend the project/lib directory to @INC and otherwise won't do anything special about it. [...] sounds good. So if Boris is happy, I'm planning to do one more tweak on the smoki

Re: A::T blib vs lib

2003-10-20 Thread Geoffrey Young
Is everybody happy with the name of the env var APACHE_TEST_LIVE_DEV, when when set to 1, will prepend the project/lib directory to @INC and otherwise won't do anything special about it. e.g. in the new Apache::VMonitor dir: % env t/TEST -conf produces t/conf/modperl_inc.pl: use lib '/home/s

Patch for cookie processing in Flood, file flood_round_robin.c, function round_robin_postprocess() [Ref A5]

2003-10-20 Thread Norman Tuttle
This patch fixed the following errors in the cookie code in Flood: (1) Original code only handled a single "set-cookie" header for a given HTTP message. There can be more than one. (2) Original code did not handle a replacement for a cookie value already in the "database". The fix searches through

Re: (original) Diff for flood_net_ssl.c, please take out one added line

2003-10-20 Thread Norman Tuttle
In the diff introduced below which took recursive calls out of the flood_net_ssl.c and added some conditions to the ssl_read_socket() routine which emulated the recursive behavior, I had a line which clashed with the added conditions. If you are adding the diff which makes the changes to this file,

Re: A::T blib vs lib

2003-10-20 Thread Stas Bekman
Stas Bekman wrote: We discussed with Boris offline that we want to change the current behavior of A::T, where it puts lib/ as the first entry in @INC. We agreed to have a special maintainer mode (Env var/option) which will turn on the current behavior, and by default blib/ dirs are to be first