summary refs log tree commit
path: root/test/spec_etag.rb
DateCommit message (Expand)
2014-08-03Rack::ETag correctly marks etags as Weak
2013-12-28Fix race conditions from ETag middleware with lock
2013-12-28ETag middleware now conforms to body close SPEC
2012-07-17Don't set blank Cache-Control header in Rack::ETag
2012-03-31Wrap test apps in Rack::Lint and fix uncovered errors (third pass)
2012-02-23Skips Etag even if Cache-Control has a no-cache value together with other opt...
2011-04-15Do not send ETag if no-cache is set.
2010-10-03Etag middleware should not return a digest if body is empty and should also a...
2010-09-07Ensure the HTTP Cache-Control is set in the Etag middleware if none was given...
2010-08-06Should set ETag only if status is 200 or 201.
2010-07-19ETag middleware should not be triggered in sendfile bodies.
2010-07-19Rack::Etag should not set ETag if Last-Modified header is sent.
2010-06-15Rename spec/ back to test/