# File lib/rack/chunked.rb, line 44 def chunkable_version?(ver) case ver when "HTTP/1.0", nil, "HTTP/0.9" false else true end end