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 25E2A200B43 for ; Tue, 19 Jul 2016 23:10:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24BF7160A76; Tue, 19 Jul 2016 21:10:15 +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 65F4C160A5C for ; Tue, 19 Jul 2016 23:10:14 +0200 (CEST) Received: (qmail 34151 invoked by uid 500); 19 Jul 2016 21:10:13 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 34129 invoked by uid 99); 19 Jul 2016 21:10:13 -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, 19 Jul 2016 21:10:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F4117E03A6; Tue, 19 Jul 2016 21:10:12 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #646: ARTEMIS-234 fix content-length for Stomp... Content-Type: text/plain Date: Tue, 19 Jul 2016 21:10:12 +0000 (UTC) archived-at: Tue, 19 Jul 2016 21:10:15 -0000 GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/646 ARTEMIS-234 fix content-length for Stomp 1.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-234 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/646.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 #646 ---- commit dc964e1dbd669ccad8224f824c02c2f4e16c0091 Author: jbertram Date: 2016-07-19T21:09:06Z ARTEMIS-234 fix content-length for Stomp 1.0 ---- --- 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. ---