Re: [Discussion/Proposal] Regex support in sni.yaml

2023-08-30 Thread Masaori Koshiba
Thanks for the comments, let's call a consensus. (Sorry for leaving this for a while) Overall, we can agree with dropping regex support from the fqdn field. The proposal is below. 1. Allow single left-most `*` in the fqdn field 2. Do NOT support regex in the fqdn field 3. Allow `$1` (capturi

Re: [E] Re: Proposal: make utilities declared in Cleanup.h part of TS API

2023-08-30 Thread Walt Karas
The utilities in Cleanup.h add RAII capabilities to the TS API. I hope we don't need to have a debate about the value of RAII. Certainly, any API can become bloated with too many features. But RAII seems like a high-priority capability to support. We could support RAII better, but I don't think

Re: Proposal: make utilities declared in Cleanup.h part of TS API

2023-08-30 Thread Masakazu Kitajo
I wonder what should be part of TS API. There may be some exceptions, but TS API basically provides things that can only be done on ATS core. Question for all, would we want to have utilities as TS API? -- Masakazu On Tue, Aug 22, 2023 at 11:48 AM Walt Karas wrote: > See the PR https://github.