# File lib/http/native_parser.rb, line 326 def done_headers? [:body_identity, :body_chunked, :body_chunked_tail, :done].include?(@state) end