Skip to content

Commit

Permalink
Uncaught socket exception during timeout handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoung committed Aug 20, 2020
1 parent b6b777c commit 90b6027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheroot/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,8 @@ def _conditional_error(self, req, response):

try:
req.simple_response(response)
except socket.error:
pass
except errors.FatalSSLAlert:
pass
except errors.NoSSLError:
Expand Down

0 comments on commit 90b6027

Please sign in to comment.