bryancall opened a new pull request, #13000: URL: https://github.com/apache/trafficserver/pull/13000
## Summary - Initialize remaining uninitialized members in core networking and header heap paths using explicit brace initialization. - Move ESI gzip/gunzip member defaults to in-class brace initialization and default the constructors. - Keep construction-time defaults explicit so object state is defined before use. ## Test plan - [x] `cmake --build build-dev-asan -j8 --target traffic_server` - [x] `cmake --build build-dev-asan -j8 --target esicore` - [x] Verify branch diff is limited to the 7 intended files. -- 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]
