Hi, I was just experimenting and sent a content with a length of 95785 characters: ``` js 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?