On Thu, 2016-12-29 at 10:59 +0000, Müller, Stephan wrote:
> Ahoi!
> 
> I started migrating a legacy codebase using httpclient 3.x to use
> httclient 4.5.2.
> 
> Our code used to set 
> params.setParameter("http.method.response.buffer.warnlimit",responseB
> ufferWarnLimit);
> on HttpConnectionParams from a HttpConnectionManager
> 
> I am unable to find any hints on what happened to this parameter in
> 4.x or how to "simulate" it.
> What to do now? Is there still something similar? 
> 
> Any help is appreciated!
> 
> Regards,
> Stephan

Stephan


Unlike HC 3.1 HC 4.x never buffers message content in memory. This
parameter is simply no longer applicable.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to