Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1AAB8200C3E for ; Tue, 21 Mar 2017 21:40:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 192C8160B81; Tue, 21 Mar 2017 20:40:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87ED0160B6E for ; Tue, 21 Mar 2017 21:40:30 +0100 (CET) Received: (qmail 69783 invoked by uid 500); 21 Mar 2017 20:40:29 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 69772 invoked by uid 99); 21 Mar 2017 20:40:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2017 20:40:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62B2FDFE7B; Tue, 21 Mar 2017 20:40:29 +0000 (UTC) From: theangrydev To: dev@hc.apache.org Reply-To: dev@hc.apache.org Message-ID: Subject: [GitHub] httpclient pull request #71: HTTPCLIENT-1835: evictExpiredConnections no lon... Content-Type: text/plain Date: Tue, 21 Mar 2017 20:40:29 +0000 (UTC) archived-at: Tue, 21 Mar 2017 20:40:31 -0000 GitHub user theangrydev opened a pull request: https://github.com/apache/httpclient/pull/71 HTTPCLIENT-1835: evictExpiredConnections no longer causes the evictIleConnections behaviour to be enabled when evictIdleConnections is not explicitly enabled Same as #70 but for 4.5.x You can merge this pull request into a Git repository by running: $ git pull https://github.com/theangrydev/httpclient 4.5.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/httpclient/pull/71.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #71 ---- commit 04c63d1e37b02ee76b47a78d32e628d588b6a61c Author: Liam Williams Date: 2017-03-20T21:43:08Z HTTPCLIENT-1835: evictExpiredConnections no longer causes the evictIdleConnections behaviour to be enabled when evictIdleConnections is not explicitly enabled ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org