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 20C66200C67 for ; Mon, 15 May 2017 15:02:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1EB7A160BCE; Mon, 15 May 2017 13:02:37 +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 65360160BC2 for ; Mon, 15 May 2017 15:02:36 +0200 (CEST) Received: (qmail 19131 invoked by uid 500); 15 May 2017 13:02:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 19113 invoked by uid 99); 15 May 2017 13:02:35 -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; Mon, 15 May 2017 13:02:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E4D6DFFB3; Mon, 15 May 2017 13:02:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 15 May 2017 13:02:36 -0000 Message-Id: In-Reply-To: <8e287cb398e24198b298643d4eb16038@git.apache.org> References: <8e287cb398e24198b298643d4eb16038@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1267 archived-at: Mon, 15 May 2017 13:02:37 -0000 This closes #1267 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/47e0cffc Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/47e0cffc Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/47e0cffc Branch: refs/heads/master Commit: 47e0cffc924cdb3b57e2c9cb60b57f08631b565b Parents: ac97d6f e872f15 Author: Clebert Suconic Authored: Mon May 15 09:00:50 2017 -0400 Committer: Clebert Suconic Committed: Mon May 15 09:00:50 2017 -0400 ---------------------------------------------------------------------- .../transport/amqp/client/AmqpConnection.java | 5 ++--- .../amqp/client/transport/NettyTcpTransport.java | 16 ++++++++++++++++ .../amqp/client/transport/NettyTransport.java | 4 ++++ .../amqp/client/transport/NettyWSTransport.java | 5 +++-- 4 files changed, 25 insertions(+), 5 deletions(-) ----------------------------------------------------------------------