On Mon, 2013-04-08 at 17:57 +0200, Joan Balagueró wrote: > Hello, > > > > Is there any overhead in executing a EntityUtils.consume(httpEntity) if > the response has been completely consumed before? (reading and closing the > entity.getContent() inputStream) > >
This can depend on HttpEntity implementation but for the one used internally by HttpClient the overhead is minimal. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
