masaori335 opened a new pull request, #12206: URL: https://github.com/apache/trafficserver/pull/12206
This is an effort of making `http.negative_caching_list` overridable. This simple approach seems work, but the `HttpConfig::parse_http_status_code_list` runs every do remap ( assuming override by conf_remap plugin ). Because `TSRecordData` has limit of types and configured list is stored as `rec_string`. https://github.com/apache/trafficserver/blob/311685648fa31613f0a78b1c4334dbdd5dcf7578/include/ts/apidefs.h.in#L728-L733 For performance perspective, we should parse on loading. Any good idea? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org