We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4200
It is confusing that without providing a dedicated port, we don't default to 4200 in all cases, e.g. when specifying to use TLS
e.g.
crash --hosts 'host' --> http://host:4200 crash --hosts 'http://host' --> http://host:80 crash --hosts 'https://host' --> https://host:443 crash --hosts 'https://host:4200' --> https://host:4200
they should all default to port 4200
crash --hosts 'host' --> http://host:4200 crash --hosts 'http://host' --> http://host:4200 crash --hosts 'https://host' --> https://host:4200 crash --hosts 'https://host:4200' --> https://host:4200
This probably will need some improvement here as we just split : 🙈
:
crash/crate/crash/command.py
Lines 530 to 536 in 76e3637
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is confusing that without providing a dedicated port, we don't default to 4200 in all cases, e.g. when specifying to use TLS
e.g.
they should all default to port 4200
This probably will need some improvement here as we just split
:
🙈crash/crate/crash/command.py
Lines 530 to 536 in 76e3637
The text was updated successfully, but these errors were encountered: