Hello,
Is there any way to access the current request_rec from hooks like
"ap::buff::write", "ap::buff::read"?
I thought of a minor patch to Apache to keep request_recs in globals,
by some patches to http_request.c and http_main.c. The problem is
that I'm not sure what is going under multi-threading environments
(like NT). I think that it is possible that more than one request_rec
is in process simultaneously, so the values of these globals are
meaningless in multi-threading environments.
Is it true? Is there another way to access the request_rec from
hooks?
Thanks in advance,
--
Eli Marmor
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]