traeak opened a new pull request #7257: URL: https://github.com/apache/trafficserver/pull/7257
The slice plugin has a problem when consecutive slice blocks are held in ram cache in that they shoved into the slice plugin without doing any throttling (which is done for other cases like TCP_HIT, etc). This PR makes throttling the default and restores the data handoff to using TSIOBufferReaderAvail and TSIOBufferCopy instead of iterating through the TSIOBuffer blocks. Also a bug was found with slice's 416 response creator, a bug exposed by the addition of slice self healing. closes #7256 resolves #7179 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
