Branching for the 6.0.0 release on June 15th

2015-06-03 Thread Bryan Call
I will be creating the 6.0.x branch from master on June 15th. New features will not be permitted after this date and only bug fixes will be able to go into the release. The planed release date for 6.0.0 is July 15th. If you have features or bug fixes that you would like to get in this release

range request plugin.

2015-06-03 Thread Rushford, John
Greetings, I’ve submitted a plugin, TS-3662, I wrote that transforms range requests so that each byte range request may be stored in the ATS cache as an individual object. We have a this plugin in production where it is used to cache range requests for delivery of 60gb + game files. This plug

Re: TS_EVENT_ERROR from transform hook

2015-06-03 Thread Sudheer Vinukonda
Agree that this is a bug and the proposed solution looks good to me - Can you please open a jira and submit a PR with the change? Thanks, Sudheer On Wednesday, June 3, 2015 1:36 PM, Michael Graham wrote: Hi all, I emailed the -users list earlier today thinking I had an issue in a

Re: TS_EVENT_ERROR from transform hook

2015-06-03 Thread Michael Graham
Hi all, I emailed the -users list earlier today thinking I had an issue in a plugin I was writing but after further investigation I'm starting to think this is a bug in TS. Below you will see that TS is returning an error response which contains both TE chunked and a content length. I think this

[GitHub] trafficserver pull request: TS-3378: SpdyRequest used after free.

2015-06-03 Thread shinrich
GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/211 TS-3378: SpdyRequest used after free. Changed logic to look up request by stream ID from the spdy_fetch callback rather than setting the request pointer directly in the data set with the Fe

[GitHub] trafficserver pull request: TS-3607: Fix ats_pagespeed to use stdi...

2015-06-03 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/210#issuecomment-108487426 That's fine, we have other stuff that only builds when it's dependencies are available. I'm happy to advise if you want help doing this in autotools. --- If your

[GitHub] trafficserver pull request: TS-3607: Fix ats_pagespeed to use stdi...

2015-06-03 Thread oschaaf
Github user oschaaf commented on the pull request: https://github.com/apache/trafficserver/pull/210#issuecomment-108486656 @jpeach Because the pagespeed libraries currently do not support all the platforms that ATS does, so some work has to be done to exclude the plugin in some platfo

[GitHub] trafficserver pull request: TS-3607: Fix ats_pagespeed to use stdi...

2015-06-03 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/210#issuecomment-108485861 Wait, why isn't page speed integrated into the automake build? We add these macros to the build globally at configuration time. --- If your project is set up for

[GitHub] trafficserver pull request: TS-3607: Fix ats_pagespeed to use stdi...

2015-06-03 Thread oschaaf
Github user oschaaf commented on the pull request: https://github.com/apache/trafficserver/pull/210#issuecomment-108296934 Great! LGTM --- 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 fea

[GitHub] trafficserver pull request: TS-3607: Fix ats_pagespeed to use stdi...

2015-06-03 Thread caguado
GitHub user caguado opened a pull request: https://github.com/apache/trafficserver/pull/210 TS-3607: Fix ats_pagespeed to use stdint.h macros This commit adds _STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS to fix the missing macros defined in stdint.h when building a C++ source