add comment about where the original code came from (TCPServer)
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 May 2011 03:22:18 +0000 (05:22 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 May 2011 03:22:18 +0000 (05:22 +0200)
sfa/util/server.py

index 34b5b2a..f8b1af4 100644 (file)
@@ -175,6 +175,7 @@ class SecureXMLRPCServer(BaseHTTPServer.HTTPServer,SimpleXMLRPCServer.SimpleXMLR
             raise xmlrpclib.Fault(1,''.join(traceback.format_exception(type, value, tb)))
 
     # override this one from the python 2.7 code
+    # originally defined in class TCPServer
     def shutdown_request(self, request):
         """Called to shutdown and close an individual request."""
         # ----------