class Jekyll::Commands::Serve::SkipAnalyzer

def chunked?

def chunked?
  @response["Transfer-Encoding"] == "chunked"
end