[GitHub] trafficserver pull request: TS-2650 add a trailing zero char

2015-04-22 Thread asfgit
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] trafficserver pull request: TS-2650 add a trailing zero char

2015-04-22 Thread ffcai
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