nodejs/undici

How to handle text/event-stream?

已关闭

#536 创建于 2021年2月4日

 (4 条评论) (1 个反应) (0 位负责人)JavaScript (444 个派生)batch import
Docseventsourcegood first issue

仓库指标

星标
 (5,319 个星标)
PR 合并指标
 (平均合并 2天 10小时) (30 天内合并 82 个 PR)

描述

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.

贡献者指南