Re: [patch] enabling PerlPreConnectionHandler

2002-12-31 Thread Stas Bekman
Doug MacEachern wrote: On Tue, 31 Dec 2002, Stas Bekman wrote: Any reason why PerlPreConnectionHandler is not enabled? The following patch enables it and adds support to the test suite. I currently chose to ignore 'void *csd' in the callback, since I'm not sure what can be done with it on th

Re: [patch] enabling PerlPreConnectionHandler

2002-12-31 Thread Doug MacEachern
On Tue, 31 Dec 2002, Stas Bekman wrote: > Any reason why PerlPreConnectionHandler is not enabled? The following > patch enables it and adds support to the test suite. > > I currently chose to ignore 'void *csd' in the callback, since I'm not > sure what can be done with it on the perl land. i

[patch] enabling PerlPreConnectionHandler

2002-12-30 Thread Stas Bekman
Any reason why PerlPreConnectionHandler is not enabled? The following patch enables it and adds support to the test suite. I currently chose to ignore 'void *csd' in the callback, since I'm not sure what can be done with it on the perl land. Index: Apache-Test/lib/Apache/TestConfigPerl.pm =