Hi Klaus, > to keep a http connection open, > > a) does the application have to set the request header Connection: > Keep-Alive ? > b) does httpClient set it by itself ? > c) is it not neccessary to set the header Connection: Keep-Alive ?
I can't help thinking that these questions are all the same. HttpClient will by default try to keep connections alive. This includes sending a keep-alive header if the application does not set one. This is also addressed in our optimization guide: http://jakarta.apache.org/commons/httpclient/performance.html#Connection%20persistence cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
