Skip to content

Commit

Permalink
sweep: #7852 ensure processProposal always returns "closeTransport" o…
Browse files Browse the repository at this point in the history
…n error
  • Loading branch information
chrisburr authored and web-flow committed Oct 28, 2024
1 parent b5bc25c commit ae090a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/Core/DISET/private/Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ def _processProposal(self, trid, proposalTuple, handlerObj):
# Notify the client we're ready to execute the action
retVal = self._transportPool.send(trid, S_OK())
if not retVal["OK"]:
retVal["closeTransport"] = True
return retVal

messageConnection = False
Expand Down

0 comments on commit ae090a0

Please sign in to comment.