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/echo.ru | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/echo.ru') diff --git a/examples/echo.ru b/examples/echo.ru index ebc4d9d..322fe94 100644 --- a/examples/echo.ru +++ b/examples/echo.ru @@ -1,9 +1,10 @@ #\-E none +# # Example application that echoes read data back to the HTTP client. # This emulates the old echo protocol people used to run. # # An example of using this in a client would be to run: -# curl -NT- http://host:port/ +# curl --no-buffer -T- http://host:port/ # # Then type random stuff in your terminal to watch it get echoed back! -- cgit v1.2.3-24-ge0c7