move example to different port
[multitaskhttpd.git] / proxyapp.py
index 0e6226c60ee539ccf787c0a7acd4a00e4feaff92..636d1e8d1c8e95625056e40d0e06e455d25a8b75 100644 (file)
@@ -35,7 +35,7 @@ class ProxyApp(ProxyServerRequestHandler, BaseApp):
         self.proxies = {}
 
 if __name__ == '__main__':
-    httpd.set_debug(True)
+    #httpd.set_debug(True)
     agent = HTTPServer()   
     agent.apps = dict({'*': ProxyApp})
     agent.start()