- 
        Couldn't load subscription status. 
- Fork 47
More robust status command #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me! Could you please include a side-by-side of the behavior from the Issue and how it looks now as fixed by this PR?
| 
 Before (one server setup but not connected): After:  | 
| Added a second commit to undo the whitespace and file permission changes. | 
| I don't have write access to this repository anymore, but I approve! | 
Serve over HTTPS and enable HTTP/2 Also, new hard validation will return error codes instead of the expected http code for all failed requests/responses. Signed-off-by: Quobix <dave@quobix.com>
Fixes #37
Adds a 3s timeout when trying to get info from a server via the
statuscommand, and still shows data about the rest of the working network instead of immediately exiting.