Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48586182F8 for ; Tue, 1 Dec 2015 08:13:28 +0000 (UTC) Received: (qmail 67165 invoked by uid 500); 1 Dec 2015 08:13:28 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 67099 invoked by uid 500); 1 Dec 2015 08:13:28 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 67082 invoked by uid 99); 1 Dec 2015 08:13:27 -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, 01 Dec 2015 08:13:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D26BE0A83; Tue, 1 Dec 2015 08:13:27 +0000 (UTC) From: shukitchan To: dev@trafficserver.apache.org Reply-To: dev@trafficserver.apache.org Message-ID: Subject: [GitHub] trafficserver pull request: TS-4045: ts_lua improvements Content-Type: text/plain Date: Tue, 1 Dec 2015 08:13:27 +0000 (UTC) GitHub user shukitchan opened a pull request: https://github.com/apache/trafficserver/pull/357 TS-4045: ts_lua improvements 3 things to accomplish in this jira 1) add support for TSHttpTxnDebugSet 2) protect http context pointer access in api calls 3) fix a spelling mistake from "truncked" to "truncated" You can merge this pull request into a Git repository by running: $ git pull https://github.com/shukitchan/trafficserver TS-4045 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/357.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 #357 ---- commit 706829c55d017f7b275fde7c61571eed2bbb31e0 Author: Kit Chan Date: 2015-12-01T08:09:46Z TS-4045: ts_lua improvements ---- --- 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. ---