You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the `data` passed to `Sender::send()` is prepended with
`data:` and written as-is. If the data string contains newlines, that
causes any data beyond the newline(s) to end up on a line that does not
begin with `data:`, which the spec dictates should be ignored. This
change splits the message on newlines and writes each line with its own
`data:` prefix.
0 commit comments