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

XPACK: update_maximum_size for storage #11396

Closed bneradt closed 1 month ago

bneradt commented 1 month ago

This updates the XpackDynamicTableStorage memory allocated when XpackDynamicTable's update_maximum_size is called. Without this expansion, XpackDynamicTableStorage's memory is potentially overrun with future insertions of header fields.

Fixes: #11388


I ran this patch in production and verified that with this patch ATS 10 is now stable at Yahoo.

cmcfarlen commented 1 month ago

Cherry-picked to v10.0.x