William Bardwell created TS-1702:
------------------------------------

             Summary: enable_read_while_writer on with simultaneous cache entry 
refreshes can leak 304's to client
                 Key: TS-1702
                 URL: https://issues.apache.org/jira/browse/TS-1702
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP
            Reporter: William Bardwell


enable_read_while_writer will sometimes fail to get the sort of locks that it 
wants, and will try to send a request forward that is not conditional, but if 
the cache entry content has an ETag and Last-Modified-Time header, then the 
code in HttpTransact::handle_cache_write_lock(State* s) to handle a failed 
write lock will remove the If-Modified-Since but not the If-None-Match.  It 
should remove both.

--
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

Reply via email to