Re: Thread Safety

2021-07-01 Thread Elliotte Rusty Harold
- > To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org > For additional commands, e-mail: httpclient-users-h...@hc.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org -

Depending on impl classes

2020-08-29 Thread Elliotte Rusty Harold
Can users depend on org.apache.http.impl.conn.PoolingHttpClientConnectionManager and other classes in the impl package as supported API that will not change outside a major version? If not, is there a way to use this functionality without depending on the impl package? Thanks. -- Elliotte Rusty

Re: [ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-18 Thread Elliotte Rusty Harold
Also, could someone update the release notes on the website? They're still at 4.4.13. Thanks. On Tue, Feb 18, 2020 at 7:07 AM Elliotte Rusty Harold wrote: > > Is this fully API and behavior compatible with 4.x? If not, what has changed? > > On Tue, Feb 18, 2020 at 3:41 AM

Re: [ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-18 Thread Elliotte Rusty Harold
d on the classic Java I/O and a non-blocking, event driven > I/O model based on Java NIO. > > > > - > To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org > For additional commands, e-mail: httpclient-users-h...@hc.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org

SO_SNDBUF/SO_RCVBUF

2019-10-22 Thread Elliotte Rusty Harold
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. -- Elliotte Rusty Harold elh...@ibiblio.org