Re: [us...@httpd] Need help in Apache's Request reading processes

2010-01-18 Thread Eric Covener
On Mon, Jan 18, 2010 at 1:40 AM, Pravesh Rai wrote: > User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; > Trident/4.0; GTB6.3; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR > 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR .5.30729)\r\n > User-Agent: Mozilla/4.0 (compatible;

[us...@httpd] Need help in Apache's Request reading processes

2010-01-17 Thread Pravesh Rai
Hi, Those who are aware of inner working flow of Apache, may please try to give some clue on the issue / observation made below: With reference to the protocol.c, here is a functional flow for 'recieving' HTTP request: ap_read_request() { ... read_request_line(); ...