[GitHub] trafficserver pull request: TSHttpTxnHookAdd() should use txnp not...

2016-01-25 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/438#issuecomment-174847916 Yep definitely a typo. --- 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

[GitHub] trafficserver pull request: TSHttpTxnHookAdd() should use txnp not...

2016-01-25 Thread sc0ttbeardsley
GitHub user sc0ttbeardsley opened a pull request: https://github.com/apache/trafficserver/pull/438 TSHttpTxnHookAdd() should use txnp not ssnp I believe this is a typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/sc0ttbeardsley

Re: [VOTE] Release v6.1.0 RC2

2016-01-25 Thread James Peach
> On Jan 22, 2016, at 12:58 PM, Leif Hedstrom wrote: > > >> On Jan 19, 2016, at 11:51 AM, Leif Hedstrom wrote: >> >> Hi all, >> >> I've prepared a release candidate for v6.1.0-RC1, changes since v6.0.0 >> include: >> >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projec

Re: [VOTE] Release v6.1.0 RC2

2016-01-25 Thread Mohd Akhbar
+1 on CentOS 64bit. Forward Proxy On Tue, Jan 26, 2016 at 12:27 PM, Bryan Call wrote: > The cause of the first issue was our build system (at work), so I am not > seeing an issue with the release. > > -Bryan > > > > > > On Jan 25, 2016, at 7:26 PM, Bryan Call wrote: > > > > I am testing the rel

Re: [VOTE] Release v6.1.0 RC2

2016-01-25 Thread Bryan Call
The cause of the first issue was our build system (at work), so I am not seeing an issue with the release. -Bryan > On Jan 25, 2016, at 7:26 PM, Bryan Call wrote: > > I am testing the release in production under ASAN and it is working well. > There were a couple issue I ran into: > > 1.

Re: [VOTE] Release v6.1.0 RC2

2016-01-25 Thread Bryan Call
I am testing the release in production under ASAN and it is working well. There were a couple issue I ran into: 1. An issue with std::tr1::unique_ptr not being defined on RHEL7 https://issues.apache.org/jira/browse/TS-4151 2. An issue with SPDY a

Proposal for how to update source code layout.

2016-01-25 Thread Jason Kenny
Hi everyone, Second try as the first attempt seems to be a blob of unformated text. I want to see about moving forward on the source clean up I believe we all agreed to the last ATS summate. What I would like to get general agreement on what I plan to do to the source layout so it is clear w

Proposal for how to update source code layout.

2016-01-25 Thread Jason Kenny
Hi everyone, I want to see about moving forward on the source clean up I believe we all agreed to the last ATS summate. What I would like to get general agreement on what I plan to do to the source layout so it is clear why and where everything will go before I start making lots of small pull re

[GitHub] trafficserver pull request: TS-4148 Add a log field for connection...

2016-01-25 Thread danobi
GitHub user danobi opened a pull request: https://github.com/apache/trafficserver/pull/437 TS-4148 Add a log field for connection attempts made to origin Added a log field `sca` that outputs the number of connection attempts made to the origin server for the current transaction.