I'd like to limit the size of the response but don't know how.  For
instance, if the response body is greater than 100k I would like to
close the connection to the site.  How can I go about doing this?  I
see the available method param : BUFFER_WARN_TRIGGER_LIMIT but it only
seems to control warning logging.

Currently I receive the response body like so:
byte[] bytes = method.getResponseBody();

Any help greatly appreciated.

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

Reply via email to