forked from platypush/platypush
Don't send responses in case of errors within the retry mechanism
This commit is contained in:
parent
ac3dad5fd9
commit
f04d0bd24f
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class Request(Message):
|
||||||
get_or_load_plugin(module_name, reload=True)
|
get_or_load_plugin(module_name, reload=True)
|
||||||
n_tries -= 1
|
n_tries -= 1
|
||||||
_thread_func()
|
_thread_func()
|
||||||
|
return
|
||||||
finally:
|
finally:
|
||||||
# Send the response on the backend
|
# Send the response on the backend
|
||||||
if self.backend and self.origin:
|
if self.backend and self.origin:
|
||||||
|
|
Loading…
Reference in a new issue