brbzull0 opened a new pull request, #9547:
URL: https://github.com/apache/trafficserver/pull/9547
Some of the quic features may only work with the quiche implementation.
Having this will make easy in particular for unit tests to opt out depending of
the variable value.
Exmaple:
```python
Test.SkipUnless(
Condition.HasATSFeature('TS_HAS_QUICHE')
)
```
This also makes the variable available for all binaries.
--
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]