Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 8371 invoked from network); 9 Jan 2006 17:26:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jan 2006 17:26:48 -0000 Received: (qmail 9834 invoked by uid 500); 9 Jan 2006 17:26:47 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 9815 invoked by uid 500); 9 Jan 2006 17:26:46 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 9804 invoked by uid 99); 9 Jan 2006 17:26:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2006 09:26:46 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_SORBS_DUL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of odi@odi.ch designates 62.65.128.20 as permitted sender) Received: from [62.65.128.20] (HELO mail.2wire.ch) (62.65.128.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2006 09:26:45 -0800 Received: (qmail 27203 invoked by uid 89); 9 Jan 2006 17:26:22 -0000 Received: from unknown (HELO gollum.odi.ch) (80.238.206.143) by ddba020.netstream.ch with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Jan 2006 17:26:22 -0000 Received: from [10.11.1.212] (unknown [81.7.230.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gollum.odi.ch (Postfix) with ESMTP id 9938B253BA for ; Mon, 9 Jan 2006 18:25:49 +0100 (CET) Message-ID: <43C29CF9.6060100@odi.ch> Date: Mon, 09 Jan 2006 18:27:21 +0100 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: HttpClient Project Subject: Re: What's wrong with this code References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Francois, The log suggests that the second request was successfully sent to the server. The client is waiting for a response. I can not tell you why your server does not respond. Please debug the server side. Apart from that I noticed two things: 1. You are using JDK 1.4.1 which may be buggy. Please use an uptodate JDK 1.4.2 if possible. 2. You are still using HttpClient 2. We have just released HttpClient 3 which fixes numerous bugs. Consider upgrading but note the slight API changes. Cheers Ortwin Gl�ck --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org