HttpClient Reading Partial Response

2004-08-22 Thread Manish Moorjani
Hi, I am using HttpClient for automatic login into third Party Applications and then fetching the page and displaying it to the end user. The page I am trying to fetch queries the database based on a search key and fetches more than 2000 records to display on the screen. I am using the

Status bar keeps on going

2004-08-22 Thread Manish Moorjani
Hi , I am using HttpClient for fetching urls and displaying pages. the issue I am facing is that even after the entire page is displayed the status bar keeps moving for some time abt 20 seconds, the logs dont show me anything I tried something in response.flush() response.flushbuffer() but still

Re: HttpClient Reading Partial Response

2004-08-22 Thread Michael Becke
Hello Manish, What you're doing here looks good. It sounds like you're getting a socket read timeout which is caused by a large delay when reading the response. I'm not sure what you mean by read partial responses. The only options I can think of are setting the SO_TIMEOUT to a higher

Re: Status bar keeps on going

2004-08-22 Thread Michael Becke
Hi Manish, It's pretty hard to say from the information provided. HttpClient does not come with a status bar so it depends on how you've implemented it. If you post some sample code showing the problem and a wire log http://jakarta.apache.org/commons/httpclient/logging.html we should be able