Hi, Is there a way to limit the respons size?
Like, if I call http://my.domain.com/my/page and it's trying to return me a 5GB ISO file, I don't want to consume that. I want to abort the call as soon as it's over a certain amount of bytes. If I do response.getEntity() is it going to give the control back only when ALL the data will be retreived? Thanks, JM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
