You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/10/07 21:41:51 UTC

[GitHub] [trafficserver] serrislew opened a new pull request, #9130: Enable slice prefetching for range requests

serrislew opened a new pull request, #9130:
URL: https://github.com/apache/trafficserver/pull/9130

   Currently slice's prefetching feature relies only on the reference block (block 0 of the full object) to determine whether the successive blocks should be prefetched. This new update uses the first block of the client request as opposed to the first block of the full object (bytes=0-)
   - Doesn't change functionality for full get request
   - Doesn't change how reference block is used, only adds prefetching to be enabled when conditions are met on the first block of the client request (cacheable, hit-stale/miss status)


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] serrislew merged pull request #9130: Enable slice prefetching for range requests

Posted by GitBox <gi...@apache.org>.
serrislew merged PR #9130:
URL: https://github.com/apache/trafficserver/pull/9130


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] zwoop commented on pull request #9130: Enable slice prefetching for range requests

Posted by GitBox <gi...@apache.org>.
zwoop commented on PR #9130:
URL: https://github.com/apache/trafficserver/pull/9130#issuecomment-1306218363

   Cherry-picked to v9.2.x


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org