raise CancelledError
This commit is contained in:
parent
574e91bb38
commit
8d7fd6c759
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ class WebServer:
|
|||
proxymodelog.exception(
|
||||
f"Request cancelled or timeout - {request.url}", exc_info=True
|
||||
)
|
||||
raise
|
||||
|
||||
except Exception:
|
||||
proxymodelog.exception("An exception occurred", exc_info=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue