summary refs log tree commit
path: root/lib/rack/conditionalget.rb
DateCommit message (Expand)
2014-10-05conditionalget: avoid const lookup in case/when HEAD when-lit master
2014-10-02Less allocated objects on each request
2014-04-14Proxy body if it is fresh enough
2014-01-18Close body if content is fresh enough
2013-08-21conditional get is causing exceptions during regular usage, avoid the excepti...
2013-02-02Fix reference link
2011-08-31BugFix in ConditionalGet; don't crash when we get a malformed HTTP_IF_MODIFIE...
2011-04-29conditionalget: use canonical "ETag" capitalization
2011-04-29conditionalget: garbage reduction and speedup
2010-09-11Should only handle 200 responses on conditional get middleware.
2010-07-19Make ConditionalGet middleware respect HTTP specification.
2009-04-19ConditionalGet should delete Content-Type and Content-Length headers if they ...
2009-01-14Explicitly require request, response, and utils
2008-12-29Use HeaderHash where header case should be insensitive
2008-09-09ConditionalGet middleware (Last-Modified/Etag)