Re: Content-Encoding header is missing in httpclient's response

2013-12-16 Thread Dhruvakumar P G
On 12/9/2013 7:43 PM, Oleg Kalnichevski wrote: On Mon, 2013-12-09 at 19:15 +0530, Dhruvakumar P G wrote: On 12/9/2013 4:41 PM, Oleg Kalnichevski wrote: On Mon, 2013-12-09 at 13:09 +0530, Dhruvakumar P G wrote: Hello, I'm in the middle of upgrading Httpclient, mime, core libraries to latest v

[jira] [Updated] (HTTPCORE-368) Smarter use of buffers in SSLIOSession

2013-12-16 Thread offbynull (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] offbynull updated HTTPCORE-368: --- Attachment: SSLIOSession3.patch Hi Oleg, Here's (the beginnings) of a second attempt at a patch. T

Re: svn commit: r1551291

2013-12-16 Thread sebb
On 16 December 2013 21:34, Oleg Kalnichevski wrote: > On Mon, 2013-12-16 at 18:00 +, s...@apache.org wrote: >> Author: sebb >> Date: Mon Dec 16 17:59:59 2013 >> New Revision: 1551291 >> >> URL: http://svn.apache.org/r1551291 >> Log: >> Clarify >> Remove my attribution >> > > I do not understan

Re: svn commit: r1551291

2013-12-16 Thread Oleg Kalnichevski
On Mon, 2013-12-16 at 18:00 +, s...@apache.org wrote: > Author: sebb > Date: Mon Dec 16 17:59:59 2013 > New Revision: 1551291 > > URL: http://svn.apache.org/r1551291 > Log: > Clarify > Remove my attribution > I do not understand. What's the point of having that entry in the release at all?

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Michael Nitschinger
Btw, sorry for asking so many questions on that specific topic :) On 16 Dec 2013, at 17:11, Oleg Kalnichevski wrote: > On Mon, 2013-12-16 at 16:49 +0100, Michael Nitschinger wrote: >> In addition to my inline notes, another thought came to my mind: >> >> Is it possible to - instead of closing t

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Oleg Kalnichevski
On Mon, 2013-12-16 at 16:49 +0100, Michael Nitschinger wrote: > In addition to my inline notes, another thought came to my mind: > > Is it possible to - instead of closing the connection apruptly - maybe set > the expiry to “now” on those and then have the pool cleaning up? > The problem is I’m

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Michael Nitschinger
In addition to my inline notes, another thought came to my mind: Is it possible to - instead of closing the connection apruptly - maybe set the expiry to “now” on those and then have the pool cleaning up? The problem is I’m building a client library and I dont want to have a monitor thread runn

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Oleg Kalnichevski
On Mon, 2013-12-16 at 15:21 +0100, Michael Nitschinger wrote: > A Quick follow up on that one. I now did it like that and it seems to work: > > public void cleanup(final HttpHost host) { > enumAvailable(new PoolEntryCallback() { > @Override > public void process(PoolEntry

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Oleg Kalnichevski
On Mon, 2013-12-16 at 15:06 +0100, Michael Nitschinger wrote: > On 16 Dec 2013, at 14:34, Oleg Kalnichevski wrote: > > > On Mon, 2013-12-16 at 11:56 +0100, Michael Nitschinger wrote: > >> Hi folks (looks like my first post wasn’t acknowledged by the mailing list > >> service since it overlapped

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Michael Nitschinger
A Quick follow up on that one. I now did it like that and it seems to work: public void cleanup(final HttpHost host) { enumAvailable(new PoolEntryCallback() { @Override public void process(PoolEntry entry) { if (entry.getRoute().equals(host)) { entry

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Michael Nitschinger
On 16 Dec 2013, at 14:34, Oleg Kalnichevski wrote: > On Mon, 2013-12-16 at 11:56 +0100, Michael Nitschinger wrote: >> Hi folks (looks like my first post wasn’t acknowledged by the mailing list >> service since it overlapped with subscribing), >> >> I’ve posted an enhancement request for the do

Re: BasicNIOConnPool Connection Lease

2013-12-16 Thread Oleg Kalnichevski
On Mon, 2013-12-16 at 11:56 +0100, Michael Nitschinger wrote: > Hi folks (looks like my first post wasn’t acknowledged by the mailing list > service since it overlapped with subscribing), > > I’ve posted an enhancement request for the docs shown here > https://issues.apache.org/jira/browse/HTTPC

BasicNIOConnPool Connection Lease

2013-12-16 Thread Michael Nitschinger
Hi folks (looks like my first post wasn’t acknowledged by the mailing list service since it overlapped with subscribing), I’ve posted an enhancement request for the docs shown here https://issues.apache.org/jira/browse/HTTPCORE-369 but I still have troubles making it work in general. So, basi

[jira] [Updated] (HTTPCORE-369) Release BasicNIOConnPool connections per HttpHost

2013-12-16 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-369: --- Component/s: Documentation Fix Version/s: 4.4 Sure thing. Oleg > Release B

[jira] [Commented] (HTTPCORE-369) Release BasicNIOConnPool connections per HttpHost

2013-12-16 Thread Michael Nitschinger (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848943#comment-13848943 ] Michael Nitschinger commented on HTTPCORE-369: -- Hi Oleg, thanks for your f

[jira] [Commented] (HTTPCORE-369) Release BasicNIOConnPool connections per HttpHost

2013-12-16 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848942#comment-13848942 ] Oleg Kalnichevski commented on HTTPCORE-369: Michael, The use of JIRA for an

[jira] [Updated] (HTTPCORE-369) Release BasicNIOConnPool connections per HttpHost

2013-12-16 Thread Michael Nitschinger (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Nitschinger updated HTTPCORE-369: - Description: Hi Folks, I'm not sure if this is just missing in the documentati

[jira] [Created] (HTTPCORE-369) Release BasicNIOConnPool connections per HttpHost

2013-12-16 Thread Michael Nitschinger (JIRA)
Michael Nitschinger created HTTPCORE-369: Summary: Release BasicNIOConnPool connections per HttpHost Key: HTTPCORE-369 URL: https://issues.apache.org/jira/browse/HTTPCORE-369 Project: HttpCompo