Has anyone tried streaming html/text/content from webrick? I’ve tried assigning an IO to the response body, but webrick is waiting for the stream to be closed first.
Has anyone tried streaming html/text/content from webrick? I’ve tried assigning an IO to the
Share
found this link by accident (http://redmine.ruby-lang.org/attachments/download/161) which contains webrick patch
to use simply pass a proc to as the response body, like so
woot!