GraftJS / jschan

JavaScript port of libchan based around streams
MIT License
157 stars 9 forks source link

Only first frame sent for large objects. #19

Closed pelger closed 9 years ago

pelger commented 9 years ago

When sending large strings or objects (more than one frame) over a response channel only the first frame appears to be handles correctly. Workaround for now is to use a byte stream. This issue potentially due to a misconfiguration on node-spdy.