[GitHub] trafficserver pull request #803: TS-4584: Resource leak, CID 1254818 and 125...

2016-07-16 Thread alhonen
GitHub user alhonen opened a pull request: https://github.com/apache/trafficserver/pull/803 TS-4584: Resource leak, CID 1254818 and 1254809 Coverity issues CID 1254818 and 1254809, a resource leak on file descriptor and allocated memory. You can merge this pull request into a

[jira] [Work logged] (TS-4584) CID 1254818: Resource leak on file descriptor and allocated memory

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4584?focusedWorklogId=25542=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25542 ] ASF GitHub Bot logged work on TS-4584: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4583) CID 1021958: Null-pointer dereference after check

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4583?focusedWorklogId=25541=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25541 ] ASF GitHub Bot logged work on TS-4583: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #802: TS-4583: Null-pointer dereference after che...

2016-07-16 Thread alhonen
GitHub user alhonen opened a pull request: https://github.com/apache/trafficserver/pull/802 TS-4583: Null-pointer dereference after check Fixes Coverity issue CID 1021958: HttpSM.cc checks server_entry against NULL, suggesting it might be NULL, before calling

[jira] [Updated] (TS-4664) Crash due to separate event handlers for IO events and plugin events for ClientSession

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4664: -- Fix Version/s: 7.0.0 > Crash due to separate event handlers for IO events and plugin events for >

[jira] [Updated] (TS-4665) Http2 not terminating stream with short chunked response

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4665: -- Fix Version/s: 7.0.0 > Http2 not terminating stream with short chunked response >

[jira] [Updated] (TS-4663) ASAN crash due to scheduled event triggering after ClientSession has completed

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4663: -- Fix Version/s: 7.0.0 > ASAN crash due to scheduled event triggering after ClientSession has completed >

[jira] [Assigned] (TS-4667) The gzip plugin uses non-WKS strings where it should

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom reassigned TS-4667: - Assignee: Leif Hedstrom > The gzip plugin uses non-WKS strings where it should >

[jira] [Created] (TS-4667) The gzip plugin uses non-WKS strings where it should

2016-07-16 Thread Leif Hedstrom (JIRA)
Leif Hedstrom created TS-4667: - Summary: The gzip plugin uses non-WKS strings where it should Key: TS-4667 URL: https://issues.apache.org/jira/browse/TS-4667 Project: Traffic Server Issue Type:

[jira] [Updated] (TS-4667) The gzip plugin uses non-WKS strings where it should

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4667: -- Fix Version/s: 7.0.0 > The gzip plugin uses non-WKS strings where it should >

[jira] [Work logged] (TS-4664) Crash due to separate event handlers for IO events and plugin events for ClientSession

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4664?focusedWorklogId=25540=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25540 ] ASF GitHub Bot logged work on TS-4664: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #801: TS-4664: Fix crash by unifying event handle...

2016-07-16 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/801#discussion_r71073823 --- Diff: proxy/ProxyClientSession.cc --- @@ -142,7 +141,9 @@ ProxyClientSession::do_api_callout(TSHttpHookID id) this->api_current = NULL;

[jira] [Work logged] (TS-4664) Crash due to separate event handlers for IO events and plugin events for ClientSession

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4664?focusedWorklogId=25539=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25539 ] ASF GitHub Bot logged work on TS-4664: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #801: TS-4664: Fix crash by unifying event handle...

2016-07-16 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/801#discussion_r71073791 --- Diff: proxy/ProxyClientSession.cc --- @@ -142,7 +141,9 @@ ProxyClientSession::do_api_callout(TSHttpHookID id) this->api_current = NULL;

[jira] [Work logged] (TS-4627) ts_lua plugin - support TSRemapOSResponse() related functionality

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4627?focusedWorklogId=25531=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25531 ] ASF GitHub Bot logged work on TS-4627: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #779: TS-4627: support TSRemapOSResponse in ts_lua

2016-07-16 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/779 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/329/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4627) ts_lua plugin - support TSRemapOSResponse() related functionality

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4627?focusedWorklogId=25530=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25530 ] ASF GitHub Bot logged work on TS-4627: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #779: TS-4627: support TSRemapOSResponse in ts_lua

2016-07-16 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/779 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/436/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4627) ts_lua plugin - support TSRemapOSResponse() related functionality

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4627?focusedWorklogId=25528=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25528 ] ASF GitHub Bot logged work on TS-4627: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #798: TS-4653: esi plugin - disable HTTP_COOKIE variable...

2016-07-16 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/798 @bryancall / @jpeach / @zwoop any comments here? thanks. --- 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

[jira] [Work logged] (TS-4653) ESI plugin - $HTTP_COOKIE can leak important cookie info unintentionally

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4653?focusedWorklogId=25529=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25529 ] ASF GitHub Bot logged work on TS-4653: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #779: TS-4627: support TSRemapOSResponse in ts_lua

2016-07-16 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/779 @jpeach , I have done the cleanup according to the comments. please take a look. thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Work logged] (TS-4553) Add Brotli compression support

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=25526=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25526 ] ASF GitHub Bot logged work on TS-4553: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #776: TS-4553: Brotli plugin

2016-07-16 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/776#discussion_r71071845 --- Diff: plugins/experimental/brotli_transform/README --- @@ -0,0 +1,7 @@ +Using Brotli Algorithm to do compression

[GitHub] trafficserver pull request #776: TS-4553: Brotli plugin

2016-07-16 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/776#discussion_r71071812 --- Diff: plugins/experimental/brotli_transform/brotli_transform.cc --- @@ -0,0 +1,138 @@ +/** + Licensed to the Apache Software Foundation

[jira] [Work logged] (TS-4553) Add Brotli compression support

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=25525=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25525 ] ASF GitHub Bot logged work on TS-4553: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #644: [TS 4437] Add new limit rate example plugin

2016-07-16 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/644 Hmmm, well, if it doesn't work, then it's a moot point. I know people have implemented rate limiting in plugins, it was just never open sourced. If you don't feel strongly about it, closing it

[jira] [Work logged] (TS-4553) Add Brotli compression support

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=25524=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25524 ] ASF GitHub Bot logged work on TS-4553: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #776: TS-4553: Brotli plugin

2016-07-16 Thread bgaff
Github user bgaff commented on the issue: https://github.com/apache/trafficserver/pull/776 the streaming is trivial, I sent a brotli plugin to @zwoop we should definitely make sure it's in the first cut. @zwoop can you please share that brotli.cc I sent you --- If your project is

[jira] [Work logged] (TS-4553) Add Brotli compression support

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=25523=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25523 ] ASF GitHub Bot logged work on TS-4553: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #776: TS-4553: Brotli plugin

2016-07-16 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/776#discussion_r71071733 --- Diff: plugins/experimental/brotli_transform/brotli_transform.cc --- @@ -0,0 +1,138 @@ +/** + Licensed to the Apache Software Foundation

[jira] [Work logged] (TS-4553) Add Brotli compression support

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4553?focusedWorklogId=25522=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25522 ] ASF GitHub Bot logged work on TS-4553: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #776: TS-4553: Brotli plugin

2016-07-16 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/776#discussion_r71071741 --- Diff: plugins/experimental/brotli_transform/brotli_transform.cc --- @@ -0,0 +1,138 @@ +/** + Licensed to the Apache Software Foundation

[GitHub] trafficserver issue #644: [TS 4437] Add new limit rate example plugin

2016-07-16 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/644 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/435/ for details. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #644: [TS 4437] Add new limit rate example plugin

2016-07-16 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/644 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/328/ for details. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #644: [TS 4437] Add new limit rate example plugin

2016-07-16 Thread yatsukhnenko
Github user yatsukhnenko commented on the issue: https://github.com/apache/trafficserver/pull/644 Closing PR is the only way to attract your attention :smile: If serious, I think you shouldn't land this as is (even after squashing and fixing spelling typos) because it sometimes

[GitHub] trafficserver pull request #644: [TS 4437] Add new limit rate example plugin

2016-07-16 Thread yatsukhnenko
GitHub user yatsukhnenko reopened a pull request: https://github.com/apache/trafficserver/pull/644 [TS 4437] Add new limit rate example plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/yatsukhnenko/trafficserver TS-4437

[jira] [Updated] (TS-2258) Verify that all fields are correct in RecordsConfig.cc

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-2258: -- Fix Version/s: (was: sometime) 7.0.0 > Verify that all fields are correct in

[jira] [Updated] (TS-2258) Verify that all fields are correct in RecordsConfig.cc

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-2258: -- Assignee: Jari Alhonen > Verify that all fields are correct in RecordsConfig.cc >

[jira] [Resolved] (TS-3371) Should create a global session ticket disable

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom resolved TS-3371. --- Resolution: Fixed Looks like this was added? > Should create a global session ticket disable >

[jira] [Updated] (TS-3371) Should create a global session ticket disable

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-3371: -- Fix Version/s: (was: sometime) 7.0.0 > Should create a global session ticket

[jira] [Updated] (TS-3371) Should create a global session ticket disable

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-3371: -- Issue Type: New Feature (was: Bug) > Should create a global session ticket disable >

[jira] [Commented] (TS-4645) traffic_top doesn't start

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380819#comment-15380819 ] Leif Hedstrom commented on TS-4645: --- [~jacksontj] Is this as intended? Is there a new metric for this? >

[jira] [Updated] (TS-4666) traffic_top linking in a number of unnecessary libraries?

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4666: -- Fix Version/s: sometime > traffic_top linking in a number of unnecessary libraries? >

[jira] [Created] (TS-4666) traffic_top linking in a number of unnecessary libraries?

2016-07-16 Thread Leif Hedstrom (JIRA)
Leif Hedstrom created TS-4666: - Summary: traffic_top linking in a number of unnecessary libraries? Key: TS-4666 URL: https://issues.apache.org/jira/browse/TS-4666 Project: Traffic Server Issue

[jira] [Updated] (TS-4666) traffic_top linking in a number of unnecessary libraries?

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4666: -- Labels: newbie (was: ) > traffic_top linking in a number of unnecessary libraries? >

[jira] [Comment Edited] (TS-4152) Build failure when curses is not available

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380808#comment-15380808 ] Leif Hedstrom edited comment on TS-4152 at 7/16/16 3:07 PM: Hmmm, how does this

[jira] [Comment Edited] (TS-4152) Build failure when curses is not available

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380808#comment-15380808 ] Leif Hedstrom edited comment on TS-4152 at 7/16/16 3:05 PM: Hmmm, how does this

[jira] [Updated] (TS-2387) traffic_top should resize to the terminal window size

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-2387: -- Assignee: (was: Bryan Call) > traffic_top should resize to the terminal window size >

[jira] [Commented] (TS-4152) Build failure when curses is not available

2016-07-16 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380808#comment-15380808 ] Leif Hedstrom commented on TS-4152: --- Hmmm, how does this reproduce? If I build without ncurses-devel

[GitHub] trafficserver pull request #766: TS-4614: avoid e->schedule_in for dummy eve...

2016-07-16 Thread oknet
Github user oknet commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/766#discussion_r71065621 --- Diff: iocore/net/UnixNetVConnection.cc --- @@ -1139,8 +1139,8 @@ UnixNetVConnection::mainEvent(int event, Event *e) (write.vio.mutex &&

[jira] [Work logged] (TS-4614) In UnixNetVConnection::mainEvent should not do e->schedule_in for dummy event callback

2016-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4614?focusedWorklogId=25521=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25521 ] ASF GitHub Bot logged work on TS-4614: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #766: TS-4614: avoid e->schedule_in for dummy eve...

2016-07-16 Thread oknet
Github user oknet commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/766#discussion_r71065565 --- Diff: iocore/net/UnixNetVConnection.cc --- @@ -1139,8 +1139,8 @@ UnixNetVConnection::mainEvent(int event, Event *e) (write.vio.mutex &&