tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

Skip compression on SSE responses because it breaks streaming #1567

Closed athoscouto closed 2 months ago

athoscouto commented 2 months ago

This is caused by a fixed issue on tower-http [1]. We can't update right now, because it requires us to change too much logic. The work around is to avoid compressing SSE responses until we update tower.

[1] https://github.com/tower-rs/tower-http/issues/420