[jira] [Updated] (TS-1086) Returning 304 response to unconditional request

2013-09-09 Thread Mohamad Khateeb (JIRA)

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

Mohamad Khateeb updated TS-1086:


Attachment: TS-1086.diff

 Returning 304 response to unconditional request
 ---

 Key: TS-1086
 URL: https://issues.apache.org/jira/browse/TS-1086
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Affects Versions: 3.0.1
 Environment: Observed on Amazon/ec2 build, which is 3.0.1 on 
 redhat-like linux.
Reporter: Nick Kew
 Fix For: 4.2.0

 Attachments: TS-1086.diff


 ab is reporting HTTP 304 responses to a small number of unconditional 
 requests in a test run:
 GET /testfile.html HTTP/1.0^M
 Host: localhost^M
 User-Agent: ApacheBench/2.3^M
 Accept: */*^M
 ^M
 HTTP/1.0 304 Not Modified^M
 Date: Mon, 21 Nov 2011 14:23:48 GMT^M
 Server: ATS/3.0.1^M
 ETag: 5e24-24cd-4b23b69f6e89c^M
 Cache-Control: max-age=60^M
 Age: 2^M
 ^M
 I presume what's happening is that trafficserver is sending a conditional 
 request with If-Modified-Since to the origin server, and then returning the 
 origin's 304 response to the client's unconditional request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TS-1086) Returning 304 response to unconditional request

2013-09-09 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-1086:
--

Fix Version/s: (was: 4.2.0)
   4.1.0
 Assignee: Nick Kew

Nick: We've started following best practices of committing other people's 
patches with the --author option to git. I know you haven't committed this yet, 
it's just a friendly reminder :-).

 Returning 304 response to unconditional request
 ---

 Key: TS-1086
 URL: https://issues.apache.org/jira/browse/TS-1086
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Affects Versions: 3.0.1
 Environment: Observed on Amazon/ec2 build, which is 3.0.1 on 
 redhat-like linux.
Reporter: Nick Kew
Assignee: Nick Kew
 Fix For: 4.1.0

 Attachments: TS-1086.diff


 ab is reporting HTTP 304 responses to a small number of unconditional 
 requests in a test run:
 GET /testfile.html HTTP/1.0^M
 Host: localhost^M
 User-Agent: ApacheBench/2.3^M
 Accept: */*^M
 ^M
 HTTP/1.0 304 Not Modified^M
 Date: Mon, 21 Nov 2011 14:23:48 GMT^M
 Server: ATS/3.0.1^M
 ETag: 5e24-24cd-4b23b69f6e89c^M
 Cache-Control: max-age=60^M
 Age: 2^M
 ^M
 I presume what's happening is that trafficserver is sending a conditional 
 request with If-Modified-Since to the origin server, and then returning the 
 origin's 304 response to the client's unconditional request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira