21.9 release docs (#2218)
* Beging 21.9 release docs * Add PRs to changelog * Change deprecation version * Update logging tests * Bump version * Update changelog
This commit is contained in:
@@ -927,7 +927,7 @@ class RouteMixin:
|
||||
|
||||
if len(http_response_types) == 1:
|
||||
return next(iter(http_response_types))
|
||||
except OSError:
|
||||
except (OSError, TypeError):
|
||||
...
|
||||
|
||||
return "auto"
|
||||
|
||||
Reference in New Issue
Block a user