Re: [VOTE] Release Apache Traffic Server 10.0.5 (RC0)

2025-04-02 Thread Hiroaki Nakamura
+1 Built and tested on Fedora 41. 2025年4月2日(水) 4:07 Chris McFarlen : > > I've prepared a release for 10.0.5. The release notes are available at: > > https://github.com/apache/trafficserver/milestone/86?closed=1 > > https://docs.trafficserver.apache.org/en/latest/release-notes/upgrading.en.ht

Re: [VOTE] Release Apache Traffic Server 9.2.10 (RC0)

2025-04-02 Thread Hiroaki Nakamura
+1 Built and tested on Fedora 41 2025年4月2日(水) 5:38 Evan Zelkowitz : > > +1 > > Built and tested on Rocky 9 > > On Tue, Apr 1, 2025 at 12:42 PM Evan Zelkowitz > wrote: >> >> I've prepared a release for 9.2.10. The release notes are available at: >> >> https://github.com/apache/trafficserver/miles

Re: [API Proposal] Record reading functions returning std::optional

2025-03-31 Thread Hiroaki Nakamura
pache/trafficserver/pull/12060#issuecomment-2764549662 2025年3月30日(日) 21:18 Hiroaki Nakamura : > > Hi, I'd like to propose new APIs for record reading functions which > return std::optional. > > std::optional RecGetRecordInt(const char *name, bool lock = > true); > std

[API Proposal] Record reading functions returning std::optional

2025-03-30 Thread Hiroaki Nakamura
Hi, I'd like to propose new APIs for record reading functions which return std::optional. std::optional RecGetRecordInt(const char *name, bool lock = true); std::optionalRecGetRecordFloat(const char *name, bool lock = true); RecErrTRecGetRecordString(const char *name,

Re: [VOTE] Release Apache Traffic Server 9.2.8 (RC0)

2025-01-30 Thread Hiroaki Nakamura
+1 - tested on Ubuntu 22.04 (gcc, x86_64) 2025年1月30日(木) 6:39 Evan Zelkowitz : > > I've prepared a release for 9.2.8. The release notes are available at: > > https://github.com/apache/trafficserver/milestone/80?closed=1 > > https://docs.trafficserver.apache.org/en/latest/release-notes/upgradi

Re: [Feature request] Add configs to ignore server Cache-Control: max-age and Expires

2016-05-12 Thread Hiroaki Nakamura
xpires and > Cache-Control: max-age headers with the values stored in the request > context." > > > > On Thursday, May 12, 2016, 7:14 PM, Hiroaki Nakamura > wrote: > > I tried and found that when I modify headers in > TS_HTTP_READ_RESPONSE_HDR_HOOK, > the ca

Re: [Feature request] Add configs to ignore server Cache-Control: max-age and Expires

2016-05-12 Thread Hiroaki Nakamura
I tried and found that when I modify headers in TS_HTTP_READ_RESPONSE_HDR_HOOK, the cached object has those modified headers, so when the next time a request comes in, the cached response with the modified headers is served. This is not what I want. My requirement is to serve cached objects with t

Re: [Feature request] Add a hard limit config to content lifetime

2016-04-26 Thread Hiroaki Nakamura
2016-04-27 1:26 GMT+09:00 Leif Hedstrom : > >> On Apr 26, 2016, at 10:21 AM, Hiroaki Nakamura wrote: >> >> Yes, I understand it now. >> >> So what I need to do is: >> In TS_HTTP_READ_RESPONSE_HDR_HOOK modify Cache-Control: s-maxage if >> the value

Re: [Feature request] Add a hard limit config to content lifetime

2016-04-26 Thread Hiroaki Nakamura
ontrol header in read response hook to achieve that > > Sent from my iPhone > >> On Apr 26, 2016, at 8:55 AM, Hiroaki Nakamura wrote: >> >> Hi all, >> >> I would like to add a hard limit config to contents lifetime. >> I would like to limit (say 30 da

Re: [Feature request] Add configs to ignore server Cache-Control: max-age and Expires

2016-04-26 Thread Hiroaki Nakamura
for your usecase.. > > http://mail-archives.apache.org/mod_mbox/trafficserver-dev/201604.mbox/%3C976476209.1010737.1460066230963.JavaMail.yahoo%40mail.yahoo.com%3E > > > > > > > > > > On Tuesday, April 26, 2016 8:48 AM, Hiroaki Nakamura > wrote: > > > > T

[Feature request] Add a hard limit config to content lifetime

2016-04-26 Thread Hiroaki Nakamura
Hi all, I would like to add a hard limit config to contents lifetime. I would like to limit (say 30 days) lifetime even when a longer value is set in the "Cache-Control: s-maxage" response header from the origin server. I want to apply this limit when a content is cached. I looked through https:/

Re: [Feature request] Add configs to ignore server Cache-Control: max-age and Expires

2016-04-26 Thread Hiroaki Nakamura
Thanks for your resonses. 2016-04-27 0:21 GMT+09:00 Leif Hedstrom : > >> On Apr 26, 2016, at 8:48 AM, Sudheer Vinukonda >> wrote: >> >> Can you pls create a jira with the requirement and proposed solution? I created a jira issue. https://issues.apache.org/jira/browse/TS-4386 >> Btw, reading th

[Feature request] Add configs to ignore server Cache-Control: max-age and Expires

2016-04-25 Thread Hiroaki Nakamura
Hi all, I would like to add configs to ignore server Cache-Control: max-age and Expires. In my use case, I would like to let origin server administrators to use just Cache-Control: s-maxage to control whether the contents are cacheable. I am planning to create a CDN service and I would like to si