RE: Interruption connections

2004-06-08 Thread Kalnichevski, Oleg
Oliver, Unfortunately there's no (standard and easy) way to interrupt execution of an HTTP method in HttpClient 2.0. This limitation has been fixed in the unstable branch (HttpClient 3.0). For the stable branch (HttpClient 2.0) there's no way around forking the stock version of HttpClient or

Re: Interruption connections

2004-06-08 Thread Oliver Koell
Hi Oleg, thanks for your reply, and all the good work, too.. I'm actually already with the unstable branch. What is the preferred way to cancel method execution in HttpClient 3.0? Is this in any way related to which HttpConnectionManager i'm using? (i'm using the SimpleHttpConnectionManager

RE: Interruption connections

2004-06-08 Thread Kalnichevski, Oleg
Hi Oliver HttpMethod#abort should be what you want Cheers, Oleg -Original Message- From: Oliver Koell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 19:07 To: Commons HttpClient Project Subject: Re: Interruption connections Hi Oleg, thanks for your reply, and all the good

Re: Interruption connections

2004-06-08 Thread Oliver Koell
Thanks a lot - i give it a try. /Oliver Hi Oliver HttpMethod#abort should be what you want Cheers, Oleg -Original Message- From: Oliver Koell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 19:07 To: Commons HttpClient Project Subject: Re: Interruption connections Hi Oleg, thanks