Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/418
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/414
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/412
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/413
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/411
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/406
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/417
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/409
---
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
GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/418
TS-4081 Adds --pristine to use pristine URL on escalation
This new options lets the escalation plugin use the pristine (unmapped) URL
when retrying the request.
You can merge this pull request
GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/417
TS-4060 Adds JSON support consistently for traffic_layout
This makes all output of traffic_layout support the --json option.
You can merge this pull request into a Git repository by running:
Github user repodude commented on the pull request:
https://github.com/apache/trafficserver/pull/400#issuecomment-171094648
Were you able to confirm issue and fix with wireshark? Should be easy
enough to see if session ticket is generated in both cases. OpenSSL should
set enc=1 wh
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/398
---
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
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/401
---
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
Just a reminder:
Please remember to run clang format before you push to the git repository.
Also, if you are merging someone else’s PR, you are responsible for running
clang-format before pushing. We’re seeing quite a lot of commits now just
re-running clang format, and this makes release manag
Free lists are runtime configurable with master and compile time with 6.0.0 and
earlier releases.
-Bryan
> On Jan 12, 2016, at 10:58 AM, Brian Geffon wrote:
>
> Make sure to disable freelists too otherwise you'll miss out a number of
> potential issues. Also, I've always disabled lua_jit w/
Make sure to disable freelists too otherwise you'll miss out a number of
potential issues. Also, I've always disabled lua_jit w/ ASAN.
Brian
On Wed, Jan 13, 2016 at 2:21 AM, Bryan Call wrote:
> This is how I configure my bulids:
>
> With ASAN:
> [bcall@homer ~]$ type tsconfig_asan
> tsconfig_as
This is how I configure my bulids:
With ASAN:
[bcall@homer ~]$ type tsconfig_asan
tsconfig_asan is aliased to `CXXFLAGS="-Werror -fno-omit-frame-pointer
-fsanitize=address" CFLAGS="-Werror" ./configure --enable-ccache
--enable-experimental-plugins --enable-example-plugins’
Without ASAN:
[bcall@
Github user bryancall commented on the pull request:
https://github.com/apache/trafficserver/pull/400#issuecomment-170997750
@oknet What log are you referring too? I ran ATS with traffic_server -T
ssl and didn't see a difference in the debug messages.
---
If your project is set up f
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/416
---
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
This doesn't look like it addresses Alan's last comment about "unifying the SSL
error reporting logic"
> On Jan 12, 2016, at 7:48 AM, shinr...@apache.org wrote:
>
> Repository: trafficserver
> Updated Branches:
> refs/heads/master 9399a7641 -> bb40d788b
>
>
> [TS-4024] wire tracing enhancemen
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/337
---
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
Hi,
I have not built with asan with clang on the mac. I have built for RHEL 6 and
7. I had to configure with these options.
CXXFLAGS -fno-omit-frame-pointer -fsanitize=address -static-libasan\
CFLAGS="-fno-omit-frame-pointer -fsanitize=address
-static-libasan"\--disable-freelist\LUA_LDFLAGS="-fno
Github user shinrich commented on the pull request:
https://github.com/apache/trafficserver/pull/409#issuecomment-170926550
Looks good to me. It wasn't clear to me how to do the generated metric
when I was originally fixing up the names, so I no doubt messed it up.
---
If your proje
Github user shinrich commented on the pull request:
https://github.com/apache/trafficserver/pull/402#issuecomment-170925335
I think this looks good, and I'd be willing to do the merge, but I think
you still need to send around an API review notice to the dev mailing list as
jpeach sug
GitHub user oknet opened a pull request:
https://github.com/apache/trafficserver/pull/416
TS-4125: wrong non-active conditions check
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oknet/trafficserver patch-4
Alternatively you c
Hi there,
I can enable ASAN with -fsanitize=address flag but I also needed to remove
-no-undefined flag manually from some modules' Makefiles.
Without the modification, I get link errors such like below:
https://paste.apache.org/5sR6
According to the wiki, it seems we can't use ASAN with -no-und
26 matches
Mail list logo