mercurial/hgweb/request.py
changeset 2535 b8ccf6386db7
parent 2514 419c42223bee
child 2859 345bac2bc4ec
--- a/mercurial/hgweb/request.py	Thu Jun 29 18:34:26 2006 -0700
+++ b/mercurial/hgweb/request.py	Thu Jun 29 19:06:18 2006 -0700
@@ -48,7 +48,7 @@
         self.form = cgi.parse(self.inp, self.env, keep_blank_values=1)
         self.start_response = start_response
         self.headers = []
-        destination.run(self)
+        destination.run_wsgi(self)
 
     def __iter__(self):
         return iter([])