zwoop opened a new pull request, #11863:
URL: https://github.com/apache/trafficserver/pull/11863

   For example, this can be useful to avoid doing computationally expensive HRW 
rules if logging is turned off, if the computation is only used when producing 
logs.
   
   ```
   cond %{SEND_RESPONSE_HDR_HOOK} [AND]
   cond %{HTTP-CNTL:LOGGING}
      # Do expensive stuff here
   ```
   
   I also cleaned up docs a bit, the operators and conditions are supposed to 
be in alphabetic order.


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