Clendenin opened a new pull request, #13208: URL: https://github.com/apache/trafficserver/pull/13208
## Summary Some legacy header_rewrite configs spell `set-config` with an explicit HRW type token (`INT`, `STRING`, `FLOAT`) between name and value. The native ATS parser has no concept of that token, and Prism `set-config` takes exactly two arguments. When u4wrh encounters the three-argument form, drop the type token so the emitted Prism call is `set-config(name, value)`. Adds INT, STRING, and FLOAT reverse fixtures to guard each branch of the HRW type-hint strip. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
