Range requests that result in cache refresh give 200 status response with full 
contents
---------------------------------------------------------------------------------------

                 Key: TS-824
                 URL: https://issues.apache.org/jira/browse/TS-824
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP
    Affects Versions: 2.1.4, 2.1.5, 2.1.6, 2.1.7, 2.1.8, 2.1.9
            Reporter: William Bardwell
            Priority: Minor


If you send a request with a Range: header to TS when it has full cached 
contents that need to be refreshed, and they get back a status 304 response 
indicating that the cached contents are up to date, TS will respond to the 
client with a status 200 response, and the full contents.  So the content is 
served from cache, but do not go through the transform to only return partial 
bytes and a status 206 response like it should.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to