Closed gbraad closed 3 years ago
Nit: s/psuedo/pseudo/
@cfergeau Яesolved
I'd also copy/paste the PR description in the commit log to avoid a one-liner in the git history, with no easy way to get back to the PR and its context.
Added this as comment
This is to fix:
in which the daemon returns a 500 (n result is returned), but we do need to have some status shown. In the application we use a the
Success
flag to determine if a call was successful. In this case, the StatusForm can show a psuedostate ofStopped
instead.Without this change:
will cause the
StatusForm
to flickerStopped
,Running
on failing requests that either timedout or were cancelled.