summaryrefslogtreecommitdiff
path: root/test/spec_etag.rb
Commit message (Expand)AuthorAgeFilesLines
* Rack::ETag correctly marks etags as WeakJames Tucker2014-08-031-2/+2
* Fix race conditions from ETag middleware with lockJames Tucker2013-12-281-1/+3
* ETag middleware now conforms to body close SPECJames Tucker2013-12-281-0/+7
* Don't set blank Cache-Control header in Rack::ETagStephen Celis2012-07-171-0/+6
* Wrap test apps in Rack::Lint and fix uncovered errors (third pass)Lars Gierth2012-03-311-13/+23
* Skips Etag even if Cache-Control has a no-cache value together with other opt...Fabio Kreusch2012-02-231-1/+1
* Do not send ETag if no-cache is set.José Valim2011-04-151-0/+7
* Etag middleware should not return a digest if body is empty and should also a...José Valim2010-10-031-1/+13
* Ensure the HTTP Cache-Control is set in the Etag middleware if none was given...José Valim2010-09-071-0/+18
* Should set ETag only if status is 200 or 201.José Valim2010-08-061-1/+13
* ETag middleware should not be triggered in sendfile bodies.José Valim2010-07-191-0/+12
* Rack::Etag should not set ETag if Last-Modified header is sent.José Valim2010-07-191-0/+6
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+15