On Mon, 2010-06-07 at 22:54 +0200, SZERB, Tamas wrote:
> Hello,
>
> is there any way to keep alive the connection what has been
> established by GetMethod()?
>
> Currently, using GetMethod gm = new GetMethod("http://ide/?ez=az")
> and I'd like to re-use the current connection by changing the `ez'
> parameter - as I've read the doc, I can't change the request line in
> GET in httpclient, so any idea?
>
HttpClient since version 2.x keeps persistent connections alive per
default. There is no additional programming / configuration required.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]