Github user zeb209 commented on the pull request:
https://github.com/apache/trafficserver/pull/189#issuecomment-95372538
jacksontj is the best person to look at.
---
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 pro
GitHub user zeb209 opened a pull request:
https://github.com/apache/trafficserver/pull/189
Integration test for TLS ticket key rotation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zeb209/trafficserver test_tls_key_rot
Alter
On Wed, Apr 22, 2015 at 12:24 PM Phil Sorber wrote:
> Hello All,
>
> I've prepared a release for v5.3.0 (RC2) which is the first stable
> release in the 5.3.x series. This is also the beginning of our Long Term
> Support (LTS) version for 5.x as detailed in our Release Management
> document:
>
>
Hello All,
I've prepared a release for v5.3.0 (RC2) which is the first stable release
in the 5.3.x series. This is also the beginning of our Long Term Support
(LTS) version for 5.x as detailed in our Release Management document:
https://cwiki.apache.org/confluence/display/TS/Release+Management
C
Github user asfgit closed the pull request at:
https://github.com/apache/trafficserver/pull/188
---
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 ffcai commented on the pull request:
https://github.com/apache/trafficserver/pull/183#issuecomment-95257442
Hi @jacksontj ,
I find that it's not related to httpbin. I happen to find a trivial bug
which would cause redirection fails. I send out another pull request
(htt
GitHub user ffcai opened a pull request:
https://github.com/apache/trafficserver/pull/188
TS-2650 add a trailing zero char
When concatenate `port` after `host:` using `ink_strlcpy()`, a trailing
zero char is needed.
Happen to find this when I test redirection use case.
You can