Giorgi Javrishvili wrote:
Hey,
Thanks a lot for reply!
Why do you think the data is wrong? What is 'reality'?
Because when i save a sourceCode of result page from IE it is 600kb txt file.
Aha. I guess your server expects some cookie set. If that cookie is missing it misbehaves and sends endless body content.
The execution time that i get from my "crash-test" application is at least 13 seconds, though in IE it takes 5 seconds. Additionally I get java.lang.OutOfMemoryError when calling method.getResponseBody() or method.getResponseBodyAsString()
Try not to get the whole body as a String or array, but take advantage of getting a stream. Then dump the stream to the console or file and see what the server actually returns. That might hint you to the problem.
I am sure the problem is not with HttpClient but in the way you talk to the server and the specific implementation of your server software.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
