From 90c0e4666185f29d3484c12ea6d451fcac528376 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 1 Jul 2009 15:16:49 -0700 Subject: Remove cat-chunk-proxy, curl CVS supports non-blocking stdin Now that upstream curl supports this functionality, there's no reason to duplicate it here as an example. --- examples/git.ru | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples/git.ru') diff --git a/examples/git.ru b/examples/git.ru index 3762d3d..59a31c9 100644 --- a/examples/git.ru +++ b/examples/git.ru @@ -1,9 +1,13 @@ #\-E none + +# See http://thread.gmane.org/gmane.comp.web.curl.general/10473/raw on +# how to setup git for this. A better version of the above patch was +# accepted and committed on June 15, 2009, so you can pull the latest +# curl CVS snapshot to try this out. require 'unicorn/app/inetd' use Rack::Lint -use Rack::Chunked -# run Unicorn::App::Inetd.new('tee', '/tmp/tee.out') +use Rack::Chunked # important! run Unicorn::App::Inetd.new( *%w(git daemon --verbose --inetd --export-all --base-path=/home/ew/unicorn) ) -- cgit v1.2.3-24-ge0c7