[Checkins] SVN: zope.server/branches/achapman-exc-info/src/zope/server/http/wsgihttpserver.py whitespace fix.

Satchidanand Haridas satchit at zope.com
Tue May 17 13:57:39 EDT 2011


Log message for revision 121701:
  whitespace fix.
  
  

Changed:
  U   zope.server/branches/achapman-exc-info/src/zope/server/http/wsgihttpserver.py

-=-
Modified: zope.server/branches/achapman-exc-info/src/zope/server/http/wsgihttpserver.py
===================================================================
--- zope.server/branches/achapman-exc-info/src/zope/server/http/wsgihttpserver.py	2011-05-17 16:57:02 UTC (rev 121700)
+++ zope.server/branches/achapman-exc-info/src/zope/server/http/wsgihttpserver.py	2011-05-17 17:57:39 UTC (rev 121701)
@@ -99,6 +99,7 @@
 
         # Call the application to handle the request and write a response
         result = self.application(env, start_response)
+
         # By iterating manually at this point, we execute task.write()
         # multiple times, allowing partial data to be sent.
         for value in result:
@@ -161,5 +162,5 @@
     task_dispatcher = ThreadedTaskDispatcher()
     task_dispatcher.setThreadCount(threads)
     server = WSGIHTTPServer(wsgi_app, name, host, port,
-                            task_dispatcher=task_dispatcher)    
+                            task_dispatcher=task_dispatcher)
     asyncore.loop()



More information about the checkins mailing list