HTTP Server Sent events are basically just a transformation of a big string across a bunch of lines to "events". Is there anything on the internet that just provides a bunch of such strings to be fed into a client for specification testing, at least the parsing part? Closest i can find is https://chromium.googlesource.com/external/github.com/web-platform-tests/wpt/%2B/refs/heads/master/eventsource/ but ideally there'd be no code to wade through and just text or strings, or at least a single code file with a bunch of tests instead of some strings scattered throughout a bunch of files with all sorts of tests. I know I can generate some and have some success with that but it feels like there should be something that just puts all the edge cases in one place?
Such tests are hard to come by for most things I think. People tend to have them in-house I guess. I would create a spec and generate, that should also cover the edge-cases.
Just in case anyone is using Netty on the server side for anything: 4.2.4.Final just came out that fixes a DDoS CVE...
Ping @nathanmarz