Comment 8 for bug 1461119

Revision history for this message
c mishra (cdmishra) wrote :

Following fix is pending

Fix:
-----

we use wsgiref module for introspect connection (pysandesh/sandesh_http.py)
WSGIServer is derived from BaseHTTPServer.HTTPServer which is SocketServer.TCPServer
To alleviate this issue, we need to override handle_error() function (refer class BaseServer in SocketServer.py)