Recent changes to enable PURGE requests for slice plugin resulted in HEAD requests to constantly loop (on the same request) on the same header heap - client side is unaffected but server will continue to loop on HEAD requests - HdrHeap nodes were constantly being allocated, causing high memory usage - https://github.com/apache/trafficserver/pull/9831 Currently working on a fix