apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.74k stars 781 forks source link

Make NetDbg available on releaes builds #11451

Closed maskit closed 1 week ago

maskit commented 2 weeks ago

Autest quic_poll_timeout fails on release builds because the test relies on the debug output.

maskit commented 2 weeks ago

@ywkaras @zwoop My understanding is that the debug tag check is faster than before and this change does not affect performance as long as the debug tags are disabled.