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

   This allows for !in conditions, similar to `!~`. A bit of complication is 
that ANTLR4 lexical analyzer is greedy, so it's not possible to do a `NO_IN` 
token :/. Not that this doesn't change anything in header_rewrite, since it 
already supports this via [NOT].
   
   Also, hrw4u does support this with a negation of the entire condition, but` 
!in` is more inline with our existing operators such as` !=` and` !~`


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