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
Hi !
I've got a problem with blank lines parsing.
Assuming I want to send this message : "I am\na text.\n\nHello World!".
The server will encode it as :
data: I am\n
data: a text.\n
data: \n
data: Hello World!\n\n
But eventsource will parse it and give : "I am\na text.\nHello World!"
On Chrome, with the same server, I get the correct message.
Thank's !
The text was updated successfully, but these errors were encountered:
Hi !
I've got a problem with blank lines parsing.
Assuming I want to send this message : "I am\na text.\n\nHello World!".
The server will encode it as :
But eventsource will parse it and give : "I am\na text.\nHello World!"
On Chrome, with the same server, I get the correct message.
Thank's !
The text was updated successfully, but these errors were encountered: