unable to find line starting with HTTP

2004-09-09 Thread Juan Pedro López Sáez
Hello all. From time to time I'm getting the following exception in my application: org.apache.commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with HTTP

Re: unable to find line starting with HTTP

2004-09-09 Thread Juan Pedro López Sáez
-commons-devm=109344163805313w=2 Oleg On Thu, 2004-09-09 at 10:24, Juan Pedro López Sáez wrote: Hello all. From time to time I'm getting the following exception in my application: org.apache.commons.httpclient.HttpRecoverableException

getConectionsInUse Question

2004-06-21 Thread Juan Pedro López Sáez
Hello. Testing the MultiThreadedHttpConnectionManager, I have realized that the number retrieved by calling the getConnectionsInUse methods is independent whether the HTTP connection is actually opened or not. So it's seems to be a counter for the number of connections in pool instead of a

Connection Keep Alive feature and multi threaded connection manager

2004-06-17 Thread Juan Pedro López Sáez
Hello everybody. One of my applications is using HttpClient to connect to an external server and send some data. It's a multi threaded application in which every new thread creates a HttpClient object with the simple connection manager to do its job. As a general rule, I want to switch to the

Re: unable to find line starting with HTTP

2004-06-10 Thread Juan Pedro López Sáez
POST method case cause data inconsistency problems. So, the best thing to do is to get in touch with the server guys and find out if it is safe to retry POST methods. Hope this clarifies things a little Oleg -Original Message- From: Juan Pedro López Sáez

Re: unable to find line starting with HTTP

2004-06-03 Thread Juan Pedro López Sáez
problems. So, the best thing to do is to get in touch with the server guys and find out if it is safe to retry POST methods. Hope this clarifies things a little Oleg -Original Message- From: Juan Pedro López Sáez [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02

unable to find line starting with HTTP

2004-06-02 Thread Juan Pedro López Sáez
Hi, I've been searching in the archive list looking for something related to my unable to find line starting with HTTP. There are lots of comments about it, but they all seem to be unuseful for me. Currently I'm using 2.0-rc3 version. My HTTP client is very simple. Below you can see everything