Your app may want to get the data as an InputStream. Then you can decide 
yourself how many bytes you want to read. There might be some issues 
with closing the connection before the end of the stream has been reached.

However this is another candidate for a configuration property.

More about Http configuration will follow...

otisg wrote:
> Is it possible to specify the max number of
> bytes to retrieve from a response?  Consider
> the case where HttpClient can fall into a
> 'crawler trap', or simply encounter a
> response with no end.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to