You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Ronald Brill <rb...@rbri.de> on 2012/02/23 20:34:48 UTC

Incomplete response retrieved

Hi all,

today i got a strange error report from a user of HtmlUnit (that uses HttpClient internally).

http://sourceforge.net/tracker/?func=detail&aid=3491933&group_id=47038&atid=448266

>From the logs i think the problem is maybe more related to HttpClient.
Can please someone look at the issue. Maybe there is an idea why retrieving the whole response stops.

Thanks a lot

	RBRi

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: Incomplete response retrieved

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2012-02-23 at 20:34 +0100, Ronald Brill wrote:
> Hi all,
> 
> today i got a strange error report from a user of HtmlUnit (that uses HttpClient internally).
> 
> http://sourceforge.net/tracker/?func=detail&aid=3491933&group_id=47038&atid=448266
> 
> From the logs i think the problem is maybe more related to HttpClient.
> Can please someone look at the issue. Maybe there is an idea why retrieving the whole response stops.
> 
> Thanks a lot
> 
> 	RBRi
> 

This can easily happen if the response content-length value is
miscalculated (less than the actual length of the message). But without
seeing the response head there is no way of telling for sure if that is
the cause of the problem in this particular case.

Oleg


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
> For additional commands, e-mail: httpclient-users-help@hc.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org