[GitHub] trafficserver pull request: TS-3742: ATS incorrectly advertises TL...

2015-07-07 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/241#issuecomment-119198776 Turns out no code change is needed. See comments on issue for details. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] trafficserver pull request: TS-3742: ATS incorrectly advertises TL...

2015-07-07 Thread shinrich
Github user shinrich closed the pull request at: https://github.com/apache/trafficserver/pull/241 --- 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 featur

[GitHub] trafficserver pull request: TS-3742: ATS incorrectly advertises TL...

2015-07-07 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/241#discussion_r34028929 --- Diff: iocore/net/SSLUtils.cc --- @@ -308,8 +308,10 @@ set_context_cert(SSL *ssl) if (ctx != NULL) { SSL_set_SSL_CTX(ssl, ctx);

[GitHub] trafficserver pull request: TS-3742: ATS incorrectly advertises TL...

2015-07-06 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/241#discussion_r34001015 --- Diff: iocore/net/SSLUtils.cc --- @@ -308,8 +308,10 @@ set_context_cert(SSL *ssl) if (ctx != NULL) { SSL_set_SSL_CTX(ssl, ctx); #i

[GitHub] trafficserver pull request: TS-3742: ATS incorrectly advertises TL...

2015-07-06 Thread shinrich
GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/241 TS-3742: ATS incorrectly advertises TLS ticket extension. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shinrich/trafficserver ts-3742