You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can only safely stream natively on ActionDispatch <= 3.2
since 4.0 Response#stream is added and body is wrapped in a buffer
(which does more than body.each)
resolves#210 (broken Rails streaming for Rails 4.x)
0 commit comments