about summary refs log tree commit homepage
path: root/examples/echo.ru
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo.ru')
-rw-r--r--examples/echo.ru3
1 files changed, 2 insertions, 1 deletions
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!