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.8k stars 798 forks source link

Fix unused parameters in the tscpp source code #11402

Closed freak82 closed 3 months ago

freak82 commented 4 months ago

This is related to the discussion here

freak82 commented 3 months ago

I updated this pull request to use /* name ATS_UNUSED */ as it was decided in the discussion here.

JosiahWI commented 3 months ago

@freak82 It looks like the length parameter to Headers::count is no longer unused after your fix #11405 was applied. Could you update this PR accordingly?

freak82 commented 3 months ago

@JosiahWI The PR is updated.

cmcfarlen commented 2 months ago

Cherry-picked to v10.0.x