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

Re: Interruption connections

2004-06-08 Thread Oliver Koell
ixed 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 (if your application does not use multithreaded connection manager) implementing your own connection manager Sorry Oleg -Original Messag

Interruption connections

2004-06-08 Thread Oliver Koell
Hi all, i'm building a Swing app using HttpClient and, naturally, my users want to be able to cancel slow HTTP requests (as in a Browser). What would be the best way to accomplish this? Should i just interrupt the HttpClient thread, or are there other (safer) methods to do this? Thanks in advan

Re: turning off output

2004-01-29 Thread Oliver Koell
Hi BradO, i'm using the log4j log adapter (which is the default if log4j is in the classpath) and the message should go away if you set the httpclient log level to WARN. I have been buggered by this message too and think it should rather be written at the DEBUG level. I disabled automatic foll