redirect always

This commit is contained in:
Roy Olav Purser 2021-05-29 15:45:42 +02:00
parent 14871cd8d6
commit 7503bd2357
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -269,7 +269,6 @@ class MainHandler(tornado.web.RequestHandler):
upstream_proxy = await handler.proxy.proxy_url(upstream, None)
ctype = await handler.proxy.content_type(upstream_proxy)
self.set_header("Content-Type", ctype)
if redir:
self.redirect(upstream_proxy, status=303)
async def get(self):
await self.handle_any(True)