Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-24 Thread Thorsten Scherler
Oleg Kalnichevski wrote: I apologize for inconveniences and extra work caused by my mistake. Oleg Nop. I did not had any inconveniences ;-) Erare humanum est - Seneca. King regards -- Thorsten Scherler Tfno: 955 062 627 Email: [EMAIL PROTECTED]

ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Thorsten Scherler
Hello group, I tried the code of the tutorial page (Final Source Code) but there is a small mistake: // We will retry up to 3 times. while (statusCode == -1 attempt 3; attempt++) {... } Should be something like this: while (statusCode == -1 attempt 3) { attempt += 1;

Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Thorsten Scherler
: My fault. Blindly copying stuff rarely helps. I'll correct the tutorial tonight. Oleg -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 12:52 To: [EMAIL PROTECTED] Subject: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

RE: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Kalnichevski, Oleg
] Sent: Monday, February 23, 2004 17:04 To: Commons HttpClient Project Subject: Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html No problem, dude! Thx for fixing it so fast :). I think it was the for (int attempt = 0; statusCode == -1 attempt 3; attempt++) fault. Maybe you

RE: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html

2004-02-23 Thread Oleg Kalnichevski
[mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 17:04 To: Commons HttpClient Project Subject: Re: ERROR in http://jakarta.apache.org/commons/httpclient/tutorial.html No problem, dude! Thx for fixing it so fast :). I think it was the for (int attempt = 0; statusCode == -1