Re: SO_SNDBUF/SO_RCVBUF

2019-10-23 Thread Oleg Kalnichevski
On Tue, 2019-10-22 at 11:49 -0400, Elliotte Rusty Harold wrote: > Where does HttpClient get its default values of SO_SNDBUF and > SO_RCVBUF from? Are these set i the code somewhere, and if so where? > > Or are they inherited from the JDK or the host OS? > > Thanks. > By default HttpCore and

Re: Advise on HttpEntity#isRepeatable()

2019-10-23 Thread Oleg Kalnichevski
On Tue, 2019-10-22 at 16:17 +0200, Michael Osipov wrote: > Folks, > > I am currently working on WAGON-568 and would like better understand > how > HttpEntity#isReproducible() should be properly handled. > > In AbstractHttpClientWagon#put() [1] on specific status codes the > request (PUT) is