celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Fix stack level too deep when writing to ChunkStream #148

Closed bastjan closed 10 years ago

bastjan commented 10 years ago

writing to a ChunkStream throws error "stack level to deep"

this commit fixes the issue

tarcieri commented 10 years ago

D'oh! Thanks