You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/08/15 22:52:20 UTC

[jira] [Updated] (TS-2166) Response header to ua has two "Content-Range" field

     [ https://issues.apache.org/jira/browse/TS-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-2166:
---------------------------
    Fix Version/s:     (was: 7.0.0)
                   7.2.0

> Response header to ua has two "Content-Range" field
> ---------------------------------------------------
>
>                 Key: TS-2166
>                 URL: https://issues.apache.org/jira/browse/TS-2166
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>    Affects Versions: 3.2.4, 4.2.0
>            Reporter: portl4t
>            Assignee: Alan M. Carroll
>             Fix For: 7.2.0
>
>
> Follow these steps to reproduce:
> 1. TrafficServer cache a document which has "Etag" field in response header
> 2. The document expires.
> 3. UA sends request with "Range" field to this document.
> 4. TrafficServer sends request with IMS field to origin server to revalidate this document
> 5. Origin Server sends response which has 304 code and "Content-Range" field to TrafficServer
> 6. TrafficServer will generate another "Content-Range" field in RangeTransform.
> {code}
> HTTP/1.1 206 Partial Content
> Date: Thu, 29 Aug 2013 03:09:05 GMT
> Content-Type: application/octet-stream
> Cache-Control: public
> Content-Disposition: attachment;
> Content-Encoding: utf-8
> ETag: "F68ADB16DB4F1EF87D93D665CC1FFF54"
> Expires: Tue,13 August 2013 07:04:10 GMT
> Last-Modified: Tue, 13 Aug 2013 07:04:14 GMT
> Server: ATS/3.2.0
> x-oss-request-id: 521EBB51E369AA445D2F48B9
> Accept-Ranges: bytes
> Content-Range: bytes 0-4243537/4243538
> Content-Range: bytes 0-4243537/4243538
> Content-Length: 4243538
> Age: 0
> Via: http/1.1 l2cn202 (ATS [cSsNfU])
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)