304 response headers

2014-09-25 Thread Alan M. Carroll
I have been working with a problem where ATS adherence to the HTTP spec is causing a client to break. The issue is propagating header fields on a conditional response. What ATS does it strip all but a few select headers when returning a 304 response to the client. There are two scenarios of int

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-09-25 Thread masaori335
Github user masaori335 commented on the pull request: https://github.com/apache/trafficserver/pull/124#issuecomment-56912614 +1 I'm just looking for this metric. --- 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

[GitHub] trafficserver pull request: TS-2344 fix remap type "redirect" logg...

2014-09-25 Thread Humbedooh
Github user Humbedooh closed the pull request at: https://github.com/apache/trafficserver/pull/86 --- 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-2604: collapsed connection plugin

2014-09-25 Thread Humbedooh
Github user Humbedooh closed the pull request at: https://github.com/apache/trafficserver/pull/53 --- 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-2803: Use documentation strings ext...

2014-09-25 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/87#issuecomment-56891579 Is this done/ If so, please close. If not, please also update the Jira, and perhaps explain why this wasn't pulled :). --- If your project is set up for it, you can

[GitHub] trafficserver pull request: First whack a lua in core.

2014-09-25 Thread Humbedooh
Github user Humbedooh closed the pull request at: https://github.com/apache/trafficserver/pull/32 --- 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: docs: Add Doxygen group commands to AP...

2014-09-25 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/85#issuecomment-56891475 Is this done/ If so, please close. --- 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 doe

[GitHub] trafficserver pull request: TS-2584 Fix failed assert transforming...

2014-09-25 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/44#issuecomment-56890505 Can this be closed ? --- 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 thi

[GitHub] trafficserver pull request: Added proxy port to access log.

2014-09-25 Thread acaciocenteno
GitHub user acaciocenteno opened a pull request: https://github.com/apache/trafficserver/pull/125 Added proxy port to access log. Possibility to log the proxy port that received client request. You can merge this pull request into a Git repository by running: $ git pull https:/

[GitHub] trafficserver pull request: Added origin resp time to access log

2014-09-25 Thread acaciocenteno
GitHub user acaciocenteno opened a pull request: https://github.com/apache/trafficserver/pull/124 Added origin resp time to access log Possibility to log the time it took to retrieve an object from the origin. You can merge this pull request into a Git repository by running: $

[GitHub] trafficserver pull request: Added (Estimated) Round Trip Time acce...

2014-09-25 Thread acaciocenteno
GitHub user acaciocenteno opened a pull request: https://github.com/apache/trafficserver/pull/123 Added (Estimated) Round Trip Time access log fields Possibility to add client and server RTT times to access log (configure flag --enable-rtt). You can merge this pull request into a G

[GitHub] trafficserver pull request: Added SSL related fields to access.log

2014-09-25 Thread acaciocenteno
GitHub user acaciocenteno opened a pull request: https://github.com/apache/trafficserver/pull/122 Added SSL related fields to access.log Added three fields to access log: - SSL version, for instance 'TLSv1/SSLv3'. - SSL cipher suite, for instance 'ECDHE-RSA-AES128-GCM-SHA256'

[GitHub] trafficserver pull request: Explain ATS's interesting default SSL ...

2014-09-25 Thread jacksontj
Github user jacksontj commented on the pull request: https://github.com/apache/trafficserver/pull/121#issuecomment-56850369 Correct, and I'm just trying to say that if you have non sni clients its first match wins (which it says). The second part is that the same functionality i

[GitHub] trafficserver pull request: Explain ATS's interesting default SSL ...

2014-09-25 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/121#issuecomment-56849830 There's no such thing as a fallback; it's probably confusing to think of it in those terms. We index the certificate in order. In the case of name or address collis

Re: git commit: Build error fixes (Bison/Flex version check, ssl_cert_loader)

2014-09-25 Thread Alan M. Carroll
Wednesday, September 24, 2014, 5:28:02 PM, you wrote: > OS X and RHEL 5 both have Bison 2.3 (also the error message is now misleading > because I did not --enable-wccp) I changed this by committing the generated files and tweaking the TsConfig make file to depend on those where the Bison/Flex v