Re: [users@httpd] how does apache implement request forwarding

2005-05-20 Thread Joshua Slive
On 5/19/05, Michael Lu <[EMAIL PROTECTED]> wrote: > When a request comes in does apache wait till the whole request body comes > from the client then forward it to tomcat or apache forward the request as > soon as it receives the request header while the client is still > transferring the request b

[users@httpd] how does apache implement request forwarding

2005-05-19 Thread Michael Lu
When a request comes in does apache wait till the whole request body comes from the client then forward it to tomcat or apache forward the request as soon as it receives the request header while the client is still transferring the request body? I ask this because we have EOFException from the to