Eric Covener wrote:
> 
> On Wed, Jul 15, 2009 at 7:39 AM, ricardo13<ricardoogra...@gmail.com>
> wrote:
>>
>> hi all,
>>
>> I modified request_rec simply adding a field in request_rec.
>> Now, I would like get this field in worker.c
>>
>> My doubt about this is because worker.c manipulates only sockets and
>> doesn't
>> request_rec object.
>> How do I do this ??
> 
> How do you do what? Why do you think you need to know the details of a
> request before a request has been read?
> 
> One question for I undestand the sequence of hooks.
> Do It means that firstly worker.c processes sockets (accept connections),
> after other modules processes the hooks (post_read_request,
> translate_name, map_to_storage, etc..)??
> 
> Thank you
> Ricardo
>   
> 
> -- 
> Eric Covener
> cove...@gmail.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-do-I-manipulate-request_rec-Object-in-worker.c-tp24496166p24563523.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to