Don't send responses in case of errors within the retry mechanism

This commit is contained in:
Fabio Manganiello 2017-12-22 18:09:11 +01:00
parent ac3dad5fd9
commit f04d0bd24f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class Request(Message):
get_or_load_plugin(module_name, reload=True)
n_tries -= 1
_thread_func()
return
finally:
# Send the response on the backend
if self.backend and self.origin: