nodejs/undici

How to handle text/event-stream?

Geschlossen

#536 geöffnet am 04.02.2021

 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (444 Forks)batch import
Docseventsourcegood first issue

Repository-Metriken

Stars
 (5.319 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 10h) (82 gemergte PRs in 30 T)

Beschreibung

I think text/event-stream responses should be handled as an upgrade and the socket released from the undici client (like with websockets).

Edit: this is done but docs for EventSource are missing.

Contributor Guide