serenity
serenity copied to clipboard
Merge WebSocket and RequestServer services
I don't see a good reason at the moment to keep them as separate processes. Both are handling untrusted network data. We don't have a separate service for HTTP/HTTPS/Gemini/etc that are supported by RequestServer.
We should merge WebSocket handling into the same model that RequestServer does and just have one flavor of 'NetworkHelper' process.