mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
69b69442bc
This HTTP message reader parse incoming Server-Sent Events and turn them into Flux<String>, Flux<Pojo> or Flux<ServerSentEvent>. Issue: SPR-14539