reason-native-web / morph

A webframework for Reason and OCaml
https://reason-native-web.github.io/morph/
MIT License
139 stars 7 forks source link

Fix streaming for eventsource #21

Closed tatchi closed 4 years ago

tatchi commented 5 years ago

That's basically how I achieved the best performance while sending a big file (2.5-3 Mb)

Feel free to comment if I did something that does not make sense (I'm still learning)

ulrikstrid commented 5 years ago

Can you rebase this on master? I merged the other PR

ulrikstrid commented 4 years ago

Thank you for this, this was implemented in another way and the code has since been refactored. But eventsource is now possible