quiode / nowple

interest-based dating platform
GNU General Public License v3.0
1 stars 0 forks source link

Use http2 #10

Closed quiode closed 2 years ago

quiode commented 2 years ago

ok so http 2 won't really work (atleast node-spdy), files over 64kb randomly get cut off and data is lost, so no use of http2 -> only one sse connection -> redesign of backend and frontend

quiode commented 2 years ago

fuck this shit i just had to change fs.readfilestream or so to fs.readfile (buffer instad of stream) and everything worked, why that is, i don't know but ngl i really don't care at this point