You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: