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 312BA200C3E for ; Tue, 21 Mar 2017 21:39:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2FBE2160B81; Tue, 21 Mar 2017 20:39:28 +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 9BC32160B6E for ; Tue, 21 Mar 2017 21:39:27 +0100 (CET) Received: (qmail 66310 invoked by uid 500); 21 Mar 2017 20:39:26 -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 66299 invoked by uid 99); 21 Mar 2017 20:39:26 -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:39:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64751DFE7B; Tue, 21 Mar 2017 20:39:26 +0000 (UTC) From: theangrydev To: dev@hc.apache.org Reply-To: dev@hc.apache.org Message-ID: Subject: [GitHub] httpclient pull request #70: HTTPCLIENT-1835: evictExpiredConnections no lon... Content-Type: text/plain Date: Tue, 21 Mar 2017 20:39:26 +0000 (UTC) archived-at: Tue, 21 Mar 2017 20:39:28 -0000 GitHub user theangrydev opened a pull request: https://github.com/apache/httpclient/pull/70 HTTPCLIENT-1835: evictExpiredConnections no longer causes the evictIleConnections behaviour to be enabled when evictIdleConnections is not explicitly enabled See [HTTPCLIENT-1835](https://issues.apache.org/jira/browse/HTTPCLIENT-1835). You can merge this pull request into a Git repository by running: $ git pull https://github.com/theangrydev/httpclient trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/httpclient/pull/70.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 #70 ---- commit e35509b8101150ad442e69119e99b2a5754cc1e7 Author: Liam Williams Date: 2017-03-20T21:46:41Z 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