Merge branch 'master' of ssh://git.planet-lab.org/git/sfa
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 25 May 2011 18:07:51 +0000 (14:07 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 25 May 2011 18:07:51 +0000 (14:07 -0400)
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."""
         # ----------