class Roda::RodaPlugins::Head::CloseLater

def close

this should be called by the Rack server
def close
  @body.close
end