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.ru1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/echo.ru b/examples/echo.ru
index e13721a..ebc4d9d 100644
--- a/examples/echo.ru
+++ b/examples/echo.ru
@@ -7,7 +7,6 @@
 #
 # Then type random stuff in your terminal to watch it get echoed back!
 
-Unicorn::HttpRequest::DEFAULTS["unicorn.stream_input"] = true
 class EchoBody
   def initialize(input)
     @input = input