module Roda::RodaPlugins::Caching::ResponseMethods
def finish
def finish a = super if a[0] == 304 h = a[1] h.delete('Content-Type') h.delete('Content-Length') end a end
def finish a = super if a[0] == 304 h = a[1] h.delete('Content-Type') h.delete('Content-Length') end a end