proxy
proxy copied to clipboard
App Crash with invalid URL submitted
A malicious user can send an invalid URL in the HTTP header and the proxy throws an unhandled exception, killing the process and disconnecting all active sockets.
Can be trivially fixed with try/catch in the request and upgrade handlers.