Skip to content

Commit

Permalink
fix streaming example
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Nov 28, 2011
1 parent 747c095 commit 632162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinatra/streaming.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module Sinatra
# list = []
#
# get '/' do
# stream(false) do |out|
# stream(:keep_open) do |out|
# list << out
# out.callback { list.delete out }
# out.errback do
Expand Down

0 comments on commit 632162a

Please sign in to comment.