masaori335 commented on code in PR #13475: URL: https://github.com/apache/trafficserver/pull/13475#discussion_r3701087985
########## doc/admin-guide/storage/index.en.rst: ########## @@ -312,6 +312,21 @@ The next time Traffic Server receives a request for the removed object, it will contact the origin server to retrieve a new copy, which will replace the previously cached version in Traffic Server. +If the removed object was stored as a partial response, that is if it carried a +``Content-Range``, then the ``200 OK`` also reports that range back in a +``X-Purged-Content-Range`` header:: + + < HTTP/1.1 200 Ok Review Comment: Nice catch. It comes from existing example in above. These are fixed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
