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.82k stars 804 forks source link

Fixed crash in XPACK when making space for a new entry #11657

Closed bryancall closed 3 months ago

bryancall commented 3 months ago

Cleaned up how the tail index in the dynamic table advances and never have it go beyond the head.

This fixes #11588

cmcfarlen commented 3 months ago

Cherry-picked to v10.0.x