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 782 forks source link

Pascal case #11492

Closed zwoop closed 4 days ago

zwoop commented 5 days ago

This changes all public methods to be Pascal Case, a change necessary to better avoid namespace conflicts.

It also cleans up a few things that were odd or poorly implemented before, discovered while refactoring.

zwoop commented 5 days ago

[approve ci]

cmcfarlen commented 3 days ago

Cherry-picked to v10.0.x