David Palm <[email protected]> wrote: > On Wed, 09 Dec 2009 22:05:21 +0100, Jan Dvorak wrote: > > Hello, > > > > i'm trying to implement handling of http Expect: 100-continue with > > unicorn in my rails app, but when i return [100] as a response > > (which > > Just out of curiosity: what does 100 Continue mean and how can you use > it (usefully)?
Hi David, It's described in the HTTP/1.1 spec http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.2.3 curl uses it by default: http://curl.haxx.se/docs/faq.html#My_HTTP_POST_or_PUT_requests_are There are several uses of them in the Rainbows! test cases: $ git clone git://git.bogomips.org/rainbows $ grep HTTP_EXPECT rainbows/t/*.ru -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
