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
[
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
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
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?
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
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
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
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
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
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
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
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
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
[
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
[
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
[
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
[
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
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
18 matches
Mail list logo