Re: git commit: Make README be consistent with official Docs as well as code.

2014-10-09 Thread James Peach
Is there anything in the README that's not in the docs? Can we nuke it? On Oct 8, 2014, at 9:16 PM, zw...@apache.org wrote: > Repository: trafficserver > Updated Branches: > refs/heads/master ae573e94e -> b4529fd61 > > > Make README be consistent with official Docs as well as code. > > > Pro

Re: [1/3] git commit: TS-3080: Optimized SSL Session Cache

2014-10-09 Thread James Peach
I thought you were going to format to our style guidelines before committing? On Oct 8, 2014, at 11:34 AM, bri...@apache.org wrote: > Repository: trafficserver > Updated Branches: > refs/heads/master 195259b16 -> f1bedb41e > > > TS-3080: Optimized SSL Session Cache > > > Project: http://git-

Re: doc style guide notes

2014-10-09 Thread James Peach
On Oct 7, 2014, at 2:58 PM, Jon Sime wrote: > Per the Documentation Roadmap, I've been putting together notes for a > new style guide. The primary goals being improvements to consistency, > quality, and readability for the docs. I've included, after receiving > some initial feedback, the updated

stale-while-revalidate not always serving stale content

2014-10-09 Thread Jared Ocker
We have the stale-while-revalidate plugin in place and have noticed some behavior that seems suboptimal. While cache is fresh, everything works great. The first page hit after our 300sec s-maxage has passed comes back with “Warning: 110 Response is stale” as expected. However, it appears to b

Re: stale-while-revalidate not always serving stale content

2014-10-09 Thread Shu Kit Chan
It seems to be similar to this jira ticket - https://issues.apache.org/jira/browse/TS-1463 Kit On Thu, Oct 9, 2014 at 3:53 PM, Jared Ocker wrote: > We have the stale-while-revalidate plugin in place and have noticed some > behavior that seems suboptimal. While cache is fresh, everything works

Re: stale-while-revalidate not always serving stale content

2014-10-09 Thread Leif Hedstrom
On Oct 9, 2014, at 6:08 PM, Shu Kit Chan wrote: > It seems to be similar to this jira ticket - > https://issues.apache.org/jira/browse/TS-1463 Yeah, Kit is spot on. This is a known problem with the plugin, and it’s an artifact of how the ATS cache works. To be able to implement stale-while-re

Re: stale-while-revalidate not always serving stale content

2014-10-09 Thread Sudheer Vinukonda
> On Oct 9, 2014, at 8:39 PM, "Leif Hedstrom" wrote: > > >> On Oct 9, 2014, at 6:08 PM, Shu Kit Chan wrote: >> >> It seems to be similar to this jira ticket - >> https://issues.apache.org/jira/browse/TS-1463 > > Yeah, Kit is spot on. This is a known problem with the plugin, and it’s an > a

Re: stale-while-revalidate not always serving stale content

2014-10-09 Thread Sudheer Vinukonda
Hi Leif and all, Just fyi, We have an enhanced version of the plugin, that we use internally that works around these limitations and is able to serve the stale copy to successive requests until a fresher copy is available. We may work on open sourcing that version soon, if time permits. Thank