We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, I was just experimenting and sent a content with a length of 95785 characters:
res.write("data: "+ content + "\n\n"); res.flush();
I do not receive any message in the browser until I remove gzipping.. Is there a maximum length?