Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Leaking connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Navarro Bosch committed Mar 7, 2017
1 parent 786b74e commit d2bc998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plone.server/plone/server/traversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ async def resolve(self, request):
logger.error(
"Exception on resolve execution",
exc_info=e)
request.conn.close()
raise e
if result is not None:
return result
Expand Down

0 comments on commit d2bc998

Please sign in to comment.