mercurial/hgweb/request.py
changeset 2535 b8ccf6386db7
parent 2514 419c42223bee
child 2858 345bac2bc4ec
--- a/mercurial/hgweb/request.py
+++ b/mercurial/hgweb/request.py
@@ -48,7 +48,7 @@ class _wsgirequest(object):
         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([])