Don't force iterating chunked (streamed) responses #30

Merged
pdf merged 2 commits from dont_mess_with_chunk_endcoded into master 2013-03-19 13:31:40 +00:00
pdf commented 2013-03-19 06:15:32 +00:00 (Migrated from github.com)

Was tearing my hair out trying to work out why Rails was buffering my entire (ostensibly) streamed response. Finally realized that rack-livereload was screwing me over. Don't do that, rack-livereload.

And while we're at it, don't mess with inlined content either, since the chunked header might not get there before rack-livereload in the stack.

Was tearing my hair out trying to work out why Rails was buffering my entire (ostensibly) streamed response. Finally realized that rack-livereload was screwing me over. Don't do that, rack-livereload. And while we're at it, don't mess with inlined content either, since the chunked header might not get there before rack-livereload in the stack.
johnbintz commented 2013-03-19 13:31:44 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/rack-livereload#30
No description provided.