traeak opened a new issue, #12660:
URL: https://github.com/apache/trafficserver/issues/12660

   With ATS plugins like header rewrite the loaders themselves are very 
tolerant of errors inside the config files themselves, typically only blocking 
ATS starts and reloads when config files are missing.  This is done by 
returning TS_ERROR from TSRemapNewInstance.
   
   Example of header rewrite that should block reload:
   
   ```
   # mistype of condition:
   cond %{PSEUDO__REMAP_HOOK}
   ```
   
   This might require further investigation of what might be required.


-- 
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]

Reply via email to