Commit Graph

2 Commits

Author SHA1 Message Date
Colin Reeder
3b03c98e03 LibWeb: Fix handling of SSEs split across chunks
(cherry picked from commit 347928b9508df8f8effe92c372bd72873c4ba2aa)
2024-11-09 07:30:40 -05:00
Timothy Flynn
eb3b8f8ee4 LibWeb: Implement EventSource for server-sent events
EventSource allows opening a persistent HTTP connection to a server over
which events are continuously streamed.

Unfortunately, our test infrastructure does not allow for automating any
tests of this feature yet. It only works with HTTP connections.
2024-05-26 18:29:24 +02:00