Move "Expect: 100-continue" handling to the app
commitec14a20474575e77a23b713ee8fcda1e71b1d018
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Jul 2009 20:32:33 +0000 (1 13:32 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Jul 2009 20:35:27 +0000 (1 13:35 -0700)
tree596f6dd814beffd9a7ee04ffa2000c6b6471370d
parent563d03f649ef31d2aec3505cbbed1e015493b8fc
Move "Expect: 100-continue" handling to the app

This gives the app ability to deny clients with 417 instead of
blindly making the decision for the underlying application.  Of
course, apps must be made aware of this.
lib/unicorn.rb
lib/unicorn/app/inetd.rb
lib/unicorn/http_request.rb