-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(server): echo the hostname rather than listenAddress #3532
Conversation
✅ Build karma 312 completed (commit cd9a5230ca by @johnjbarton) |
✅ Build karma 311 completed (commit cd9a5230ca by @johnjbarton) |
✅ Build karma 2710 completed (commit cd9a5230ca by @johnjbarton) |
The listenAddress is an IP level number, which may be "::" on IPV6. The hostname is a string set in a /etc config file. When these differ the hostname is clearer.
❌ Build karma 320 failed (commit 1f2dd6c3ef by @johnjbarton) |
❌ Build karma 2718 failed (commit eb29237236 by @johnjbarton) |
✅ Build karma 319 completed (commit eb29237236 by @johnjbarton) |
## [5.1.1](v5.1.0...v5.1.1) (2020-07-28) ### Bug Fixes * **server:** echo the hostname rather than listenAddress ([#3532](#3532)) ([ebe7ce4](ebe7ce4))
🎉 This PR is included in version 5.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…r#3532) The listenAddress is an IP level number, which may be "::" on IPV6. The hostname is a string set in a /etc config file. When these differ the hostname is clearer.
## [5.1.1](karma-runner/karma@v5.1.0...v5.1.1) (2020-07-28) ### Bug Fixes * **server:** echo the hostname rather than listenAddress ([karma-runner#3532](karma-runner#3532)) ([ebe7ce4](karma-runner@ebe7ce4))
When these differ the hostname is clearer.