[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 =

Re: [mp2] APR::Socket::recv set read timeout ?

2002-12-30 Thread Stas Bekman
Doug MacEachern wrote: On Mon, 30 Dec 2002, Stas Bekman wrote: Do you have an example of such a protocol handler, which uses bbs? no, but using filters would be the proper way. we really shouldn't even be exposing $r->connection->client_socket based on discussions i've seen on dev@httpd.

Re: [mp2] APR::Socket::recv set read timeout ?

2002-12-30 Thread Doug MacEachern
On Mon, 30 Dec 2002, Stas Bekman wrote: > Do you have an example of such a protocol handler, which uses bbs? no, but using filters would be the proper way. we really shouldn't even be exposing $r->connection->client_socket based on discussions i've seen on dev@httpd. we need to make connecti