Stop reading http response

2014-04-15 Thread Olivier Lamy
Hi, In case of 200 (or any other return code), I'd like to be able to not read headers body because I simply don't care as it's not an error and I want to avoid fill memory with the content. Is there any was to do that? (with non async or async) Thanks, -- Olivier Lamy Ecetera:

Upgrade to latest httpclient and now getting timeouts

2014-04-15 Thread Tony Anecito
Hi All, I just upgraded to 4.3.3 of Httpclient and now getting connection timeouts when using from internet. The older version worked just fine and all I did was change code to use provider and newer connection manager. Anyone have any ideas what might be wrong? Thanks!