Skip to content

Commit

Permalink
examples/cat-chunk-proxy: link to proposed curl(1) patch
Browse files Browse the repository at this point in the history
Then hopefully soon we'll be able to get rid of this script...
  • Loading branch information
Eric Wong committed Jun 7, 2009
1 parent a834b9f commit 67c2b02
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions examples/cat-chunk-proxy.rb
@@ -1,10 +1,15 @@
#!/home/ew/bin/ruby
# I wish I could just use curl -sfNT- http://host:port/, but
# I wish I could just use curl --no-buffer -sSfT- http://host:port/, but
# unfortunately curl will attempt to read stdin in blocking mode,
# preventing it from getting responses from the server until
# stdin has been written to.
# preventing it from getting responses from the server until stdin has
# been written to.
#
# Usage: GIT_PROXY_COMMAND=/path/to/here git clone git://host:port/project
# For a patch that enables using curl(1) instead of this script:
#
# http://mid.gmane.org/20090607101700.GB19407@dcvr.yhbt.net
#
# Usage: GIT_PROXY_COMMAND=/path/to/here git clone
# git://host:port/project
#
# Where host:port is what the Unicorn server is bound to

Expand Down

0 comments on commit 67c2b02

Please sign in to comment.