[jira] [Commented] (TS-1435) return full content if client is a muti range request

2014-09-29 Thread William Bardwell (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151769#comment-14151769
 ] 

William Bardwell commented on TS-1435:
--

We are seeing this bug too, although it does not seem to send the whole 
response, rather it seems to send a reasonable looking body, but the full 
response Content-Length, which confuses the clients.


 return full content if client is a muti range request
 -

 Key: TS-1435
 URL: https://issues.apache.org/jira/browse/TS-1435
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Affects Versions: 3.3.0
Reporter: weijin
Assignee: Alan M. Carroll
 Fix For: 5.2.0


 if client request is a muti range, and served from the cache, it returns the 
 full content.



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


[jira] [Commented] (TS-1435) return full content if client is a muti range request

2014-09-29 Thread William Bardwell (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152227#comment-14152227
 ] 

William Bardwell commented on TS-1435:
--

It looks like HttpSM::calculate_output_cl() just needs to stop adding in the 
content_length when doing multiple ranges.

 return full content if client is a muti range request
 -

 Key: TS-1435
 URL: https://issues.apache.org/jira/browse/TS-1435
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Affects Versions: 3.3.0
Reporter: weijin
Assignee: Alan M. Carroll
 Fix For: 5.2.0


 if client request is a muti range, and served from the cache, it returns the 
 full content.



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