(Not documented)
# File lib/unicorn/app/inetd.rb, line 99
99: def call(env)
100: /\A100-continue\z/i =~ env[Unicorn::Const::HTTP_EXPECT] and
101: return [ 100, {} , [] ]
102:
103: [ 200, { 'Content-Type' => 'application/octet-stream' },
104: CatBody.new(env, cmd) ]
105: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.