WebSocketRequestHandler inherits from CGIHTTPRequestHandler, which is deprecated as of Python 3.13. See python/cpython#109096
We should stop depending on it before it is removed completely.
As far as I know, the CGI functionality was never widely used. Removing it will be positive from a security standpoint.
WebSocketRequestHandler inherits from CGIHTTPRequestHandler, which is deprecated as of Python 3.13. See python/cpython#109096
We should stop depending on it before it is removed completely.
As far as I know, the CGI functionality was never widely used. Removing it will be positive from a security standpoint.