1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-14 02:35:06 +00:00

tweak update stream

This commit is contained in:
Cadence Ember
2020-05-22 04:24:21 +12:00
parent f798bd158d
commit a83156e860

View File

@@ -19,10 +19,14 @@ module.exports = [
} }
}) })
streams.add(stream) streams.add(stream)
stream.push(":connected\n\n")
return { return {
statusCode: 200, statusCode: 200,
contentType: "text/event-stream", contentType: "text/event-stream",
headers: {
"X-Accel-Buffering": "no"
},
stream stream
} }
} }