mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Replace nested try/finally try/except with try/except/finally.
This commit is contained in:
@@ -222,7 +222,6 @@ class WSGIHandler(base.BaseHandler):
|
||||
|
||||
set_script_prefix(base.get_script_name(environ))
|
||||
signals.request_started.send(sender=self.__class__)
|
||||
try:
|
||||
try:
|
||||
request = self.request_class(environ)
|
||||
except UnicodeDecodeError:
|
||||
|
||||
Reference in New Issue
Block a user