Thread: how to get the request_rec if I have only the request pool?
how to get the request_rec if I have
only the request pool?
2007-09-22 08:41:29
Hi,
if I have a pointer to a request pool is there then a simple
way to fetch the
corresponding request_rec?
My current way is to put it there as pool userdata in a
create request hook
function. But I thought there might be a more sensible way.
Thanks,
Torsten