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