diff options
| author | mokha <mokha@cisco.com> | 2019-02-09 14:41:32 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-02-09 14:41:32 -0700 |
| commit | c41c9ac41dbd103756bcadfe60159dc73751ad54 (patch) | |
| tree | ac704ea32b4c4cd35cd55f11cca189c6d174ea9e | |
| parent | e8688ac5d6bc644f31572c0655d0e3ad657a1a1e (diff) | |
| -rw-r--r-- | config.ru | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,22 +1,3 @@ -#app = lambda do |env| -#io = env['rack.hijack_io'] -#begin -#io.write("Status: 200\r\n") -#io.write("Connection: close\r\n") -#io.write("Content-Type: text/plain\r\n") -#io.write("\r\n") -#10.times do |i| -#io.write("Line #{i + 1}!\n") -#io.flush -#sleep 1 -#end -#ensure -#io.close -#end -#end - -#run app - require 'rack' require 'puma' require 'rack/handler/puma' |
