Author: fw
Date: 2009-10-11 12:52:56 +0000 (Sun, 11 Oct 2009)
New Revision: 12987

Modified:
   lib/python/web_support.py
Log:
lib/python/web_support.py (BinaryResult_later): call end_headers()


Modified: lib/python/web_support.py
===================================================================
--- lib/python/web_support.py   2009-10-11 12:05:22 UTC (rev 12986)
+++ lib/python/web_support.py   2009-10-11 12:52:56 UTC (rev 12987)
@@ -633,6 +633,7 @@
         def later(req):
             req.send_response(self.status)
             req.send_header('Content-Type', self.mimetype)
+            req.end_headers()
             req.wfile.write(self.contents)
         return later
 


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to