[Pypi-checkins] r839 - trunk/pypi

martin.von.loewis python-checkins at python.org
Mon Aug 2 01:42:00 CEST 2010


Author: martin.von.loewis
Date: Mon Aug  2 01:42:00 2010
New Revision: 839

Modified:
   trunk/pypi/webui.py
Log:
Add missing end_headers call.


Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py	(original)
+++ trunk/pypi/webui.py	Mon Aug  2 01:42:00 2010
@@ -2431,6 +2431,7 @@
         secret = self.form['secret']
         gae.transfer(host, secret, self.config.database_files_dir)
         self.handler.send_response(204, 'Initiated')
+        self.handler.end_headers()
 
     #
     # classifiers listing


More information about the Pypi-checkins mailing list