diff -r d5a3cc6520d5 -r b8ccf6386db7 mercurial/hgweb/request.py --- 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([])